初始化模块

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
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "nat_traversal"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.24.1", features = ["net"] }
futures = "0.3"
crossbeam-skiplist = "0.1"