mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
16 lines
304 B
TOML
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
|