ram usage with ssh server and tui
This commit is contained in:
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user