intial commit

This commit is contained in:
2026-01-28 21:17:28 +01:00
commit ba8537063f
5 changed files with 612 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "lssh"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.55", features = ["derive"] }
glob = "0.3.3"