aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 53ab29173edfa3af4264a311d2cac99dc4a5b639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mt_rudp"
version = "0.1.0"
edition = "2021"

[dependencies]
async-recursion = "1.0.0"
async-trait = "0.1.60"
byteorder = "1.4.3"
num_enum = "0.5.7"
tokio = { version = "1.23.0", features = ["sync", "time", "net", "signal", "macros", "rt"] }

[dev-dependencies]
pretty-hex = "0.3.0"
tokio = { version = "1.23.0", features = ["rt-multi-thread"] }