Cargo.toml: Add linux-raw-sys

This is needed for ioctl numbers for many of the tools.
This commit is contained in:
Tuomas Tynkkynen
2025-01-04 14:24:57 +02:00
parent d73caec642
commit 257d142a5b
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -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 }