23 lines
456 B
TOML
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
|