]> git.lizzy.rs Git - mt_rudp.git/blob - Cargo.toml
finish receiver
[mt_rudp.git] / Cargo.toml
1 [package]
2 name = "mt_rudp"
3 version = "0.1.0"
4 edition = "2021"
5
6 [dependencies]
7 async-recursion = "1.0.0"
8 async-trait = "0.1.60"
9 byteorder = "1.4.3"
10 num_enum = "0.5.7"
11 tokio = { version = "1.23.0", features = ["full"] }