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

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

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"