mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-04-23 20:05:48 +00:00
17 lines
299 B
TOML
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 = []
|