repo initialized

This commit is contained in:
CGH0S7
2025-12-11 09:35:22 +08:00
commit bad299cea7
8 changed files with 1265 additions and 0 deletions

12
Cargo.toml Normal file
View File

@ -0,0 +1,12 @@
[package]
name = "sshx"
version = "0.1.0"
edition = "2021"
[dependencies]
ratatui = "0.26"
crossterm = "0.27"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "5.0"
anyhow = "1.0"