This commit is contained in:
Sijie.Sun
2024-08-08 22:03:22 +08:00
committed by GitHub
parent 2bc4dd8c53
commit 232165eff3
5 changed files with 347 additions and 19 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ full = [
"smoltcp",
"tun",
]
mips = ["aes-gcm", "mimalloc", "wireguard"]
mips = ["aes-gcm", "mimalloc", "wireguard", "tun", "smoltcp"]
bsd = ["aes-gcm", "mimalloc", "smoltcp"]
wireguard = ["dep:boringtun", "dep:ring"]
quic = ["dep:quinn", "dep:rustls", "dep:rcgen"]