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