diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,7 +18,7 @@ [package] name = "dpibreak" version = "0.6.1" -authors = ["Dilluti0n <[email protected]>"] +authors = ["Dilluti0n <[email protected]>"] edition = "2024" rust-version = "1.88" build = "build.rs" @@ -36,7 +36,6 @@ etherparse = "0.18" [target.'cfg(target_os = "linux")'.dependencies] nfq = { package = "nfq-updated", version = "0.2.6" } # nfq-updated: to use as_raw_fd socket2 = { version = "0.6", features = ["all"] } -nix = { version = "0.27.1", features = ["fs", "user"] } daemonize = "0.5.0" libc = "0.2" |
