ДЗ smart-house-web завершено

This commit is contained in:
28 changed files with 1671 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[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"