mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
14 lines
268 B
TOML
14 lines
268 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"
|
|
hashbrown = "0.13"
|
|
nohash-hasher = "0.2.0"
|
|
log = "0.4"
|