19 lines
371 B
TOML
19 lines
371 B
TOML
[workspace]
|
|
members = ["backend", "common", "frontend"]
|
|
|
|
resolver = "2"
|
|
|
|
[profile.dev]
|
|
# Issue with const-generics
|
|
incremental = false
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 's'
|
|
# Issue with const-generics
|
|
incremental = false
|
|
|
|
[patch."https://git.nubo.sh/hulthe/lighter.git"]
|
|
lighter_manager = { path = "../lighter/manager" }
|
|
lighter_lib = { path = "../lighter/lib" }
|