2026-06-20 18:31:34 +02:00
|
|
|
[package]
|
|
|
|
|
name = "nyanit"
|
2026-07-13 01:39:42 +02:00
|
|
|
version = "0.1.2"
|
2026-06-20 18:31:34 +02:00
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
ratatui = { version = "0.30", default-features = false, features = ["termion"] }
|
2026-06-24 17:44:17 +02:00
|
|
|
ratatui-textarea = { version = "0.9", default-features = false, features = ["termion"] }
|
2026-07-13 01:39:42 +02:00
|
|
|
regex = "1.12"
|
2026-06-20 18:31:34 +02:00
|
|
|
termion = "4"
|
2026-06-22 00:56:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
lto = true
|
|
|
|
|
debug = false
|
|
|
|
|
incremental = false
|
|
|
|
|
codegen-units = 1
|
2026-06-24 17:44:17 +02:00
|
|
|
opt-level = 2
|
2026-06-22 00:56:09 +02:00
|
|
|
strip = true
|