Add setup command to TunInterface

This commit is contained in:
rhaskia 2024-03-03 10:32:32 +13:00 committed by Conrad Kramer
parent 0fe630878d
commit 80ae0f9d0f
5 changed files with 111 additions and 2 deletions

View file

@ -14,6 +14,7 @@ tracing = "0.1"
log = "0.4"
serde = { version = "1", features = ["derive"], optional = true }
schemars = { version = "0.8", optional = true }
rtnetlink = "0.14"
futures = { version = "0.3.28", optional = true }