mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-30 21:26:27 +03:00
11 lines
119 B
TOML
11 lines
119 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"settings",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
lto = true
|