Basically initial commit, lots of work.

This commit is contained in:
2026-06-20 18:31:34 +02:00
parent 8bb8122d5f
commit 121cd90988
6 changed files with 1079 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "nyanit"
version = "0.1.0"
edition = "2024"
[dependencies]
ratatui = { version = "0.30", default-features = false, features = ["termion"] }
regex = "1.12.4"
termion = "4"