13 lines
213 B
TOML
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
|