smart-house-web: каркас фронтенда

This commit is contained in:
10 changed files with 352 additions and 6 deletions

View File

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