Files
hemma/Cargo.toml
2022-07-29 01:38:35 +02:00

13 lines
213 B
TOML

[workspace]
members = ["backend", "common", "frontend"]
[profile.dev]
# Issue with const-generics
incremental = false
[profile.release]
lto = true
opt-level = 's'
# Issue with const-generics
incremental = false