mirror of
https://github.com/Tim-Paik/neutauri.git
synced 2024-10-12 23:29:41 +00:00
Some checks reported errors
continuous-integration/drone/push Build encountered an error
12 lines
148 B
TOML
12 lines
148 B
TOML
[workspace]
|
|
members = [
|
|
"neutauri_runtime",
|
|
"neutauri_bundler",
|
|
"neutauri_data",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
strip = true
|
|
opt-level = "z"
|