aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 55cc8ff2d9b5ade81960c5e4deb0655e92484e01 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "mt_rudp"
version = "0.1.0"
edition = "2021"

[dependencies]
byteorder = "1.4.3"
num_enum = "0.5.7"
tokio = { version = "1.23.0", features = ["full"] }