aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 09:02:44 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-14 09:02:44 +0200
commitbd37cca1ad4cfafe5098146e53fc6b55b5081d4a (patch)
tree82c3bd6ab9ebaf4a8d1bd8ebadbb09c121a564a5 /Cargo.toml
parent733a036da4ccd3c067f33695582495615ac55bcd (diff)
apply nat to modem traffic
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 223d274..a886406 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,12 @@
[package]
name = "rsdsl_netfilterd"
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
failure = "0.1.8"
+ipnetwork = "0.20.0"
rustables = { git = "https://github.com/rsdsl/rustables.git", version = "0.14.0" }
thiserror = "1.0"