Files
sync-ssh-keys/Cargo.toml
2022-08-28 23:07:52 +02:00

12 lines
267 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]
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.9"
ssh2 = "0.9"