Files
Pumpkin/pumpkin-config/Cargo.toml
Alexander Medvedev 74c66e25e8 fix typo
and some compilation changes,
fix https://github.com/Pumpkin-MC/Pumpkin/issues/1010
2025-12-01 11:23:57 +01: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.9"
[features]
# Adds helper to change the config at runtime
test_helper = []