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-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "netconsblaster"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "netconsblaster"
path = "src/main.rs"

[lib]
name = "libblaster"
path = "src/lib.rs"

[dependencies]
libc = "0.2.40"
byteorder = "1.4.3"
clap = {version = "3.2.22", features = ["derive"] }
rand = "0.8.5"