aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordarkgallium <florian+git@aloneinthedark.xyz>2020-05-22 16:02:31 +0200
committerdarkgallium <florian+git@aloneinthedark.xyz>2020-05-24 18:14:24 +0200
commit2dbf9da005f2b86da9c6861b8f30725033b9b5f2 (patch)
treeb285a2e451966e9eef5314216b4b33eddf2b3eb3 /Cargo.toml
parent1a9199011d6f879ec07051db2164713e17e81b2f (diff)
downloaddiplonat-2dbf9da005f2b86da9c6861b8f30725033b9b5f2.tar.gz
diplonat-2dbf9da005f2b86da9c6861b8f30725033b9b5f2.zip
changing backend to use the cleaner ipt bindings
updating dependencies minor fixes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2376c52..6aff0de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,5 @@ serde = { version = "1.0.107", features = ["derive"] }
serde_json = "1.0.53"
serde-lexpr = "0.1.1"
anyhow = "1.0.28"
-nftnl = "0.3.0"
-mnl = "0.2.0"
-libc = "0.2.70"
+iptables = "0.2.2"
+regex = "1"