This commit is contained in:
RainBus
2024-10-25 17:51:17 +08:00
parent 83ff3fb6c4
commit f1ec0f2b67
18 changed files with 880 additions and 107 deletions

View File

@@ -8,5 +8,12 @@ edition = "2021"
[dependencies]
crossterm = { version = "0.28.1", features = ["event-stream"] }
futures = "0.3.30"
indexmap = "2.6.0"
lazy_static = "1.5.0"
ratatui = { version = "0.28.1", features = ["all-widgets"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
shlex = "1.3.0"
ssh_cfg = "0.3.0"
tokio = { version = "1.40.0", features = ["full"] }
toml = "0.8.19"