summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac0f243..cd77c61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,8 @@ 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"