Cargo.toml: Add linux-raw-sys
This is needed for ioctl numbers for many of the tools.
This commit is contained in:
parent
d73caec642
commit
257d142a5b
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -393,6 +393,12 @@ version = "0.4.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
version = "0.6.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7"
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.22"
|
||||
|
@ -55,6 +55,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.122"
|
||||
tabled = "0.17.0"
|
||||
dns-lookup = "2.0.4"
|
||||
linux-raw-sys = { version = "0.6.5", features = ["ioctl"] }
|
||||
|
||||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user