Add wireguard and start big refactor

This commit is contained in:
2024-10-31 15:20:10 +01:00
parent 769132af53
commit f5986a83f2
15 changed files with 7250 additions and 41 deletions

View File

@@ -6,8 +6,13 @@ edition = "2021"
[dependencies]
nix = {version = '*', features= ["fs", "mount", "sched"] }
rtnetlink = {version = '*', features = ["tokio_socket"] }
netlink-packet-route = '*'
futures = '*'
log = '*'
env_logger = '*'
tokio = {version = '*', features = ["full"] }
base64 = '*'
[build-dependencies]
cc = "1"
bindgen = "0"