Files
Pumpkin/pumpkin-inventory/Cargo.toml
2024-11-03 11:25:15 +01:00

19 lines
392 B
TOML

[package]
name = "pumpkin-inventory"
version.workspace = true
edition.workspace = true
[dependencies]
# For items
pumpkin-world = { path = "../pumpkin-world" }
pumpkin-macros = { path = "../pumpkin-macros" }
log.workspace = true
itertools.workspace = true
crossbeam.workspace = true
tokio.workspace = true
thiserror.workspace = true
num-traits.workspace = true
num-derive.workspace = true