Files
Pumpkin/pumpkin-inventory/Cargo.toml
Alexander Medvedev 68bae5899e feat: add stats
2026-06-12 20:55:29 +02:00

32 lines
567 B
TOML

[package]
name = "pumpkin-inventory"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[dependencies]
pumpkin-protocol.workspace = true
pumpkin-data = { workspace = true, features = [
"item",
"screen",
"data_component",
"recipes",
"tag",
"fuels",
"enchantment",
"potion",
"statistic",
] }
pumpkin-world.workspace = true
pumpkin-util.workspace = true
rand.workspace = true
tracing.workspace = true
tokio.workspace = true
thiserror.workspace = true
[lints]
workspace = true