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

14 lines
292 B
TOML

[package]
name = "potato-data"
version.workspace = true
edition.workspace = true
[dependencies]
potato-derive = { path = "../potato-derive" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
fastnbt.workspace = true
uuid.workspace = true
erased-serde = "0.4.6"