git_sshript 0.2.2

Alias for git-sshripped (git_sshripped_cli) — installs as git-sshript
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"
readme = "README.md"
repository.workspace = true
version.workspace = true

[[bin]]
name = "git-sshript"
path = "src/main.rs"

[dependencies]
git_sshripped_cli = { workspace = true }