wayray/crates/wayray-protocol/Cargo.toml

15 lines
279 B
TOML
Raw Normal View History

[package]
name = "wayray-protocol"
edition.workspace = true
version.workspace = true
license.workspace = true
[dependencies]
serde.workspace = true
postcard.workspace = true
thiserror.workspace = true
tracing.workspace = true
zstd.workspace = true
toml = "0.8"
serde_json = "1"