0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-04-23 20:05:48 +00:00
Files
Pumpkin/pumpkin-config/Cargo.toml
2025-03-12 08:40:53 -10:00

17 lines
299 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"
[features]
# Adds helper to change the config at runtime
test_helper = []