[package]
authors.workspace = true
categories = ["command-line-utilities", "development-tools"]
description = "Alias for git-sshripped (git_sshripped_cli) — installs as git-sshrypt"
edition.workspace = true
keywords = ["cli", "git", "ssh"]
license.workspace = true
name = "git_sshrypt"
repository.workspace = true
version.workspace = true
[[bin]]
name = "git-sshrypt"
path = "src/main.rs"
[dependencies]
git_sshripped_cli = { workspace = true }