mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-02-22 20:56:11 +00:00
I see that there is an confusion between the pumpkin-core crate, People often think that this is the most important one
13 lines
224 B
TOML
13 lines
224 B
TOML
[package]
|
|
name = "pumpkin-config"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-util = { path = "../pumpkin-util" }
|
|
serde.workspace = true
|
|
log.workspace = true
|
|
uuid.workspace = true
|
|
|
|
toml = "0.8"
|