]> git.lizzy.rs Git - mt_rudp.git/blob - Cargo.toml
0b5f690e4eb242b76947ef59df8f99387bae9589
[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 delegate = "0.9.0"
11 num_enum = "0.5.7"
12 thiserror = "1.0.38"
13 tokio = { version = "1.23.0", features = ["sync", "time", "net", "signal", "macros", "rt"] }
14
15 [dev-dependencies]
16 pretty-hex = "0.3.0"
17 tokio = { version = "1.23.0", features = ["rt-multi-thread"] }