Files
rust-otus/smart-house-web/Cargo.toml
T

19 lines
281 B
TOML

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