kubi/kubi-udp/Cargo.toml

18 lines
348 B
TOML
Raw Normal View History

2023-01-31 20:16:23 -06:00
[package]
name = "kubi-udp"
version = "0.1.0"
edition = "2021"
2023-02-12 20:01:29 -06:00
publish = false
2023-01-31 20:16:23 -06:00
# 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"
2023-02-05 19:15:19 -06:00
hashbrown = "0.13"
2023-02-03 12:29:38 -06:00
nohash-hasher = "0.2.0"
log = "0.4"
2023-02-11 19:33:48 -06:00
[dev-dependencies]
kubi-logging = { path = "../kubi-logging" }