fixing pane in client for accounting + debug optimizations to run

This commit is contained in:
Priec
2026-08-14 07:45:36 +02:00
parent b2f141ccba
commit 85602159f4
10 changed files with 55 additions and 4 deletions

View File

@@ -63,3 +63,15 @@ common = { path = "./common" }
[patch.crates-io]
tui-pages = { path = "tui-pages" }
tui-canvas = { path = "tui-canvas" }
# Fast dev loop: keep both workspace crates and dependencies cheap to compile.
# Backtraces still contain symbol names, but omit source line information.
[profile.dev]
opt-level = 0
debug = 0
incremental = true
overflow-checks = true
[profile.dev.package."*"]
opt-level = 0
debug = false