Cargo.toml: Add linux-raw-sys
This is needed for ioctl numbers for many of the tools.
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user