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