Potato/potato-protocol/Cargo.toml
2025-03-06 19:55:53 +01:00

23 lines
537 B
TOML

[package]
name = "potato-protocol"
version.workspace = true
edition.workspace = true
[dependencies]
potato-protocol-derive = { path = "../potato-protocol-derive" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
uuid.workspace = true
bytes.workspace = true
tokio.workspace = true
byteorder = "1.5.0"
# Build from git, since there has not been a release in over a year
fastnbt = { git = "https://github.com/owengage/fastnbt.git" }
[build-dependencies]
serde.workspace = true
serde_json.workspace = true