smart-house-web: каркас фронтенда
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user