Added snapshoot selection.

This commit is contained in:
2026-06-22 00:56:09 +02:00
parent 121cd90988
commit c758c68f23
2 changed files with 57 additions and 24 deletions
+9
View File
@@ -7,3 +7,12 @@ edition = "2024"
ratatui = { version = "0.30", default-features = false, features = ["termion"] }
regex = "1.12.4"
termion = "4"
[profile.release]
lto = true
debug = false
incremental = false
codegen-units = 1
opt-level = 3
strip = true