初始化模块

This commit is contained in:
lubeilin
2023-02-13 22:49:01 +08:00
parent bc80d5f641
commit 94e83d80a6
5 changed files with 140 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
packet = { path = "./packet" }
nat_traversal = { path = "./nat_traversal" }
bytes = "1.3.0"
log = "0.4.17"
libc = "0.2.137"