Most stuff should be complete.

This commit is contained in:
2026-06-24 17:44:17 +02:00
parent 76a04b7d3e
commit 212fa7ed44
4 changed files with 161 additions and 65 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
ratatui = { version = "0.30", default-features = false, features = ["termion"] }
ratatui-textarea = { version = "0.9", default-features = false, features = ["termion"] }
regex = "1.12.4"
termion = "4"
@@ -14,5 +15,5 @@ lto = true
debug = false
incremental = false
codegen-units = 1
opt-level = 3
opt-level = 2
strip = true