Files
Pumpkin/pumpkin-inventory/Cargo.toml
2024-09-19 17:31:30 +02:00

16 lines
304 B
TOML

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