Potato/potato-protocol/Cargo.toml
2025-04-05 00:06:22 +02:00

23 lines
456 B
TOML

[package]
name = "potato-protocol"
version.workspace = true
edition.workspace = true
[dependencies]
potato-data = { path = "../potato-data" }
potato-derive = { path = "../potato-derive" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
uuid.workspace = true
bytes.workspace = true
tokio.workspace = true
fastnbt.workspace = true
byteorder = "1.5.0"
[build-dependencies]
serde.workspace = true
serde_json.workspace = true