ssh-keyctl/Cargo.toml

10 lines
271 B
TOML
Raw Normal View History

2020-01-15 18:10:55 +00: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]
clap = { version = "2.33.0", features = ["yaml"] }