14 lines
292 B
TOML
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"
|