smart-house-web: в работе

This commit is contained in:
2 changed files with 10 additions and 12 deletions

View File

@@ -2,4 +2,14 @@
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]

View File

@@ -3,18 +3,6 @@ name = "backend"
version = "0.1.0"
edition = "2024"
[profile.release]
opt-level = "s"
strip = "symbols"
lto = true
panic = "abort"
codegen-units = 1
[profile.release.build-override]
opt-level = "s"
strip = "symbols"
codegen-units = 1
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.3"