mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 00:45:06 +01:00
refactor
This commit is contained in:
parent
d34db09fd1
commit
c0f9687696
11 changed files with 529 additions and 505 deletions
6
ssh/Cargo.toml
Normal file
6
ssh/Cargo.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "ssh"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
3
ssh/README.md
Normal file
3
ssh/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# ssh
|
||||
|
||||
`ssh(1)` SSH client.
|
||||
3
ssh/src/main.rs
Normal file
3
ssh/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue