diff options
author | darkgallium <florian+git@aloneinthedark.xyz> | 2020-05-22 16:02:31 +0200 |
---|---|---|
committer | darkgallium <florian+git@aloneinthedark.xyz> | 2020-05-24 18:14:24 +0200 |
commit | 2dbf9da005f2b86da9c6861b8f30725033b9b5f2 (patch) | |
tree | b285a2e451966e9eef5314216b4b33eddf2b3eb3 /Cargo.toml | |
parent | 1a9199011d6f879ec07051db2164713e17e81b2f (diff) | |
download | diplonat-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.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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" |