修复linux无法运行的问题

This commit is contained in:
lubeilin
2023-01-04 23:22:37 +08:00
parent d4f941d4e7
commit 0d83dcce9b
31 changed files with 3347 additions and 13 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ console = "0.15.2"
mac_address = "1.1.4"
clap = { version = "4.0.32", features = ["derive"] }
[target.'cfg(any(unix))'.dependencies]
tun = { version = "0.5" }
tun = { path = "./rust-tun" }
sudo = "0.6.0"
[target.'cfg(target_os = "windows")'.dependencies]