mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
13 lines
142 B
TOML
13 lines
142 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"pumpkin/"]
|
|
|
|
[workspace.package]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|