Files
sync-ssh-keys/Cargo.toml
2022-08-22 02:48:04 +02:00

13 lines
282 B
TOML

[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"