aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-03-19 19:34:30 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-03-19 19:34:30 +0100
commit457d71275235ec6addece7025139675dd2db0bcd (patch)
treed54df50c61cc4ebc2d5e22330cbd259851c81044 /Cargo.toml
parent0bbe891ed5af55c025ec828a4a75a89ac8a46be0 (diff)
wait for physical interface
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b245d1..30a8c1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ byteorder = "1.4.3"
md5 = "0.7.0"
pppoe = { git = "https://github.com/rsdsl/pppoe-rs", version = "0.1.0", features = ["socket"] }
rand = "0.8.5"
+rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.1.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"