SHA256
Most stuff should be complete.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user