mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
18 lines
489 B
TOML
18 lines
489 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "pumpkin-entity", "pumpkin-inventory", "pumpkin-macros/", "pumpkin-protocol/", "pumpkin-registry/", "pumpkin-world", "pumpkin/" ]
|
|
|
|
[workspace.package]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
[workspace.dependencies]
|
|
tokio = { version = "1.39.2", features = ["net", "macros", "rt-multi-thread", "fs", "io-util", "sync"] }
|
|
rayon = "1.10.0"
|
|
uuid = { version = "1.10.0", features = ["serde", "v3"] }
|