Fixed mounting of /dev /sys /proc what is needed for other stuff to work.

This commit is contained in:
2026-07-20 23:21:48 +02:00
parent b90544bac5
commit 1bf3ef0e15
4 changed files with 120 additions and 58 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
[package]
name = "nyanit"
version = "0.1.4"
version = "0.1.5"
edition = "2024"
[dependencies]
nix = { version = "0.31", features = ["mount"] }
ratatui = { version = "0.30", default-features = false, features = ["termion"] }
ratatui-textarea = { version = "0.9", default-features = false, features = ["termion"] }
regex = "1.1"