This commit is contained in:
lubeilin
2023-03-13 22:11:52 +08:00
parent 5b2c2435d5
commit 6f7992ea9f
46 changed files with 760 additions and 2124 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
packet = { path = "./packet" }
nat_traversal = { path = "./p2p_channel" }
p2p_channel = { path = "./p2p_channel" }
bytes = "1.3.0"
log = "0.4.17"
libc = "0.2.137"
@@ -26,7 +26,7 @@ chrono = "0.4.23"
#lazy_static = "1.4.0"
#moka = "0.9.6"
protobuf = "3.2.0"
local-ip-address = "0.5.2"
local-ip-address = "0.4.9"
#mio = {version = "0.8.6",features = ["os-poll", "net"]}
#tokio = { version = "1.24.1", features = ["full"] }