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