diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 09:02:44 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 09:02:44 +0200 |
commit | bd37cca1ad4cfafe5098146e53fc6b55b5081d4a (patch) | |
tree | 82c3bd6ab9ebaf4a8d1bd8ebadbb09c121a564a5 /Cargo.toml | |
parent | 733a036da4ccd3c067f33695582495615ac55bcd (diff) |
apply nat to modem traffic
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |