Files
tui-cv/Cargo.toml
dcorral c0688ca363
Some checks failed
Deploy to VPS / deploy (push) Failing after 5s
Add base project
2025-11-06 19:42:12 +01:00

12 lines
160 B
TOML

[package]
name = "ssh-tui"
version = "0.1.0"
edition = "2021"
[dependencies]
crossterm = "0.27"
ratatui = "0.26"
[[bin]]
name = "ssh-tui"
path = "src/main.rs"