0
0
mirror of https://github.com/Snowiiii/Pumpkin.git synced 2024-11-21 16:15:21 +00:00
Pumpkin/pumpkin-config/Cargo.toml
Commandcracker 5cd460f4a4
config: remove serde-inline-default (#303)
* Cleanup pumpkin-config

* Forgot to add #[serde(default)]
2024-11-19 22:17:03 +01:00

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"