ram usage with ssh server and tui

This commit is contained in:
2026-04-11 12:52:18 +02:00
commit 17b5553ac3
8 changed files with 4037 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "ssh-status"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
crossterm = "0.29.0"
env_logger = "0.11.10"
log = "0.4.29"
rand = "0.10.0"
ratatui = "0.30.0"
russh = "0.60.0"
sysinfo = "0.38.4"
termios = "0.3.3"
tokio = "1.51.1"