21 lines
491 B
TOML
21 lines
491 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
|
|
|
|
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
|