16 lines
341 B
TOML
16 lines
341 B
TOML
[package]
|
|
name = "potato"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
potato-protocol = { path = "../potato-protocol" }
|
|
potato-data = { path = "../potato-data" }
|
|
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
uuid.workspace = true
|
|
bytes.workspace = true
|
|
fastnbt.workspace = true
|