aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-03-21 15:54:23 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-03-21 15:54:23 +0100
commitf5ed701426d34679ce744a98bf98241d5441d162 (patch)
treed31bbfc587b1b5f9f20aef75c45ece60909b6ae2 /Cargo.toml
parent933942c666b99d1a0829f038a7361cb2a259016d (diff)
enable NAT
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 c08ecff..e3cc8aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+failure = "0.1.8"
+iptables = "0.5.0"