mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
13 lines
194 B
TOML
13 lines
194 B
TOML
[package]
|
|
name = "pumpkin-config"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-core = { path = "../pumpkin-core" }
|
|
|
|
serde = "1.0"
|
|
toml = "0.8"
|
|
|
|
log.workspace = true
|