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

[dependencies]
byteorder = "1.4.3"
num_enum = "0.5.7"