13 lines
382 B
TOML
13 lines
382 B
TOML
[package]
|
|
name = "nye-wire-protocol"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.104", features = ["backtrace"] }
|
|
bitcode = "0.6.9"
|
|
papaya = "0.2.4"
|
|
rustix = { version = "1.1.4", features = ["linux_latest", "net", "system"] }
|
|
tokio = { version = "1.53.1", features = ["io-util", "net"] }
|
|
tracing = { version = "0.1.44", features = ["async-await"] }
|