ssh-keyctl/Cargo.toml

12 lines
300 B
TOML
Raw Normal View History

2020-01-15 10:10:55 -08:00
[package]
name = "ssh-keyctl"
version = "0.1.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-04-12 21:35:52 -07:00
clap = { git = "https://github.com/clap-rs/clap/" }
osshkeys = "0.3"
dirs = "2"