Advance netctl and networking tools

Red Bear OS Team
This commit is contained in:
2026-04-16 12:44:35 +01:00
parent 91323523a3
commit 4b76deaa60
18 changed files with 3511 additions and 36 deletions
@@ -0,0 +1,16 @@
[package]
name = "redbear-netctl-console"
version = "0.1.0"
edition = "2024"
[lib]
name = "redbear_netctl_console"
path = "src/lib.rs"
[[bin]]
name = "redbear-netctl-console"
path = "src/main.rs"
[dependencies]
ratatui = { version = "0.30", default-features = false, features = ["termion"] }
termion = "4"