mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
19 lines
392 B
TOML
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
|