This commit is contained in:
lubeilin
2023-03-10 23:01:57 +08:00
parent ebf84db204
commit 5b2c2435d5
39 changed files with 2493 additions and 2552 deletions
+8 -5
View File
@@ -7,13 +7,14 @@ edition = "2021"
[dependencies]
packet = { path = "./packet" }
nat_traversal = { path = "./nat_traversal" }
nat_traversal = { path = "./p2p_channel" }
bytes = "1.3.0"
log = "0.4.17"
libc = "0.2.137"
dashmap = "5.4.0"
crossbeam = "0.8.2"
crossbeam-skiplist = "0.1"
parking_lot = "0.12.1"
rsa = "0.7.2"
@@ -22,11 +23,13 @@ sha2 = { version = "0.10.6", features = ["oid"] }
thiserror = "1.0.37"
chrono = "0.4.23"
lazy_static = "1.4.0"
moka = "0.9.6"
#lazy_static = "1.4.0"
#moka = "0.9.6"
protobuf = "3.2.0"
os_info = "3.5.1"
tokio = { version = "1.24.1", features = ["full"] }
local-ip-address = "0.5.2"
#mio = {version = "0.8.6",features = ["os-poll", "net"]}
#tokio = { version = "1.24.1", features = ["full"] }
[target.'cfg(any(unix))'.dependencies]
tun = { path = "./rust-tun" }