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