Files
hemma/Cargo.toml
2023-12-03 17:52:38 +01:00

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" }