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