mirror of
https://github.com/Snowiiii/Pumpkin.git
synced 2024-11-21 16:15:21 +00:00
5cd460f4a4
* Cleanup pumpkin-config * Forgot to add #[serde(default)]
12 lines
202 B
TOML
12 lines
202 B
TOML
[package]
|
|
name = "pumpkin-config"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-core = { path = "../pumpkin-core" }
|
|
serde.workspace = true
|
|
log.workspace = true
|
|
|
|
toml = "0.8"
|