Add base project
Some checks failed
Deploy to VPS / deploy (push) Failing after 5s

This commit is contained in:
2025-11-06 19:42:12 +01:00
parent 29c60e4824
commit c0688ca363
8 changed files with 504 additions and 33 deletions

View File

@@ -5,7 +5,8 @@ edition = "2021"
[dependencies]
crossterm = "0.27"
ratatui = "0.26"
[[bin]]
name = "ssh-tui"
path = "main.rs"
path = "src/main.rs"