This commit is contained in:
2022-08-22 02:48:04 +02:00
commit 430ff3d330
6 changed files with 523 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "sync-ssh-keys"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dirs = "4.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.9"
ssh2 = "0.9"