File: Cargo.toml

package info (click to toggle)
netconsd 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: ansic: 2,650; cpp: 111; python: 107; makefile: 98
file content (18 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "netconsd"
version = "0.1.0"
edition = "2021"
links="netconsd"

[[bin]]
name = "netconsd"
path = "main.rs"

[dependencies]
libc = "0.2.135"
clap = {version = "3.2.22", features = ["derive"] }
anyhow = "1.0.66"

[profile.release]
lto = true
strip = true