Initial commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user