diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,14 +31,14 @@ homepage = "https://github.com/dilluti0n/dpibreak" ctrlc = { version = "3.4", features = ["termination"] } anyhow = "1" etherparse = "0.18" -nftables = "0.6" -serde_json = "1.0.145" [target.'cfg(target_os = "linux")'.dependencies] iptables = "0.4" nfq = { git = "https://github.com/nbdd0121/nfq-rs.git", rev = "4efbaa3" } # to use as_raw_fd socket2 = { version = "0.6", features = ["all"] } nix = { version = "0.27.1", features = ["fs", "poll"] } +nftables = "0.6" +serde_json = "1.0.145" [target.'cfg(windows)'.dependencies] windivert = { version = "0.6.0" } |
