Initial commit

This commit is contained in:
2025-11-06 15:51:15 +01:00
commit af3f0ad0ad
6 changed files with 327 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "ssh-tui"
version = "0.1.0"
edition = "2021"
[dependencies]
crossterm = "0.27"
[[bin]]
name = "ssh-tui"
path = "main.rs"