More verbose err, and setting up /usr/bin /usr/lib to env paths.

This commit is contained in:
2026-07-15 01:13:28 +02:00
parent 32a1491537
commit 62a9e244a6
4 changed files with 57 additions and 30 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
[package]
name = "nyanit"
version = "0.1.2"
version = "0.1.3"
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"
regex = "1.1"
termion = "4"