kubi/kubi-udp/Cargo.toml
2023-02-03 19:29:38 +01:00

13 lines
249 B
TOML

[package]
name = "kubi-udp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bincode = "2.0.0-rc"
anyhow = "1.0"
nohash-hasher = "0.2.0"
log = "0.4"