Files
rust-otus/smart-house-web/Cargo.toml
Alexander Baranov 162b5ffefc smart-house-web: в работе
smart-house-web: в работе
2026-05-11 11:54:09 +03:00

16 lines
243 B
TOML

[workspace]
resolver = "3"
members = ["backend"]
[profile.release]
opt-level = "z"
strip = "symbols"
lto = "fat"
panic = "abort"
codegen-units = 1
overflow-checks = false
debug-assertions = false
incremental = false
[workspace.dependencies]