[package]
name = "sheesy-cli"
version = "2.0.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
homepage = "https://github.com/Byron/share-secrets-safely"
documentation = "https://docs.rs/sheesy-cli"
readme = "README.md"
license = "LGPL-2.1"
repository = "https://github.com/Byron/share-secrets-safely"
[[bin]]
name = "sy"
path = "src/main.rs"
[dependencies.clap]
version = "~2.29.0"
[dependencies.conv]
version = "0.3.3"
[dependencies.failure]
version = "~0.1.1"
[dependencies.lazy_static]
version = "1.0.0"
[dependencies.sheesy-extract]
version = "2.0.0"
[dependencies.sheesy-types]
version = "2.0.0"
[dependencies.sheesy-vault]
version = "2.0.0"
[badges.travis-ci]
repository = "Byron/share-secrets-safely"