0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-02-22 20:56:11 +00:00
Pumpkin/pumpkin-config/Cargo.toml
Alexander Medvedev ee485056fb rename pumpkin-core to pumpkin-util
I see that there is an confusion between the pumpkin-core crate,  People often think that this is the most important one
2025-01-09 13:12:57 +01:00

13 lines
224 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"