[package]
edition = "2024"
name = "git-link"
version = "0.1.3"
authors = ["DeflateAwning"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`git link` alias to fetch a link to a remote git repo"
homepage = "https://github.com/DeflateAwning/git-link"
readme = "README.md"
keywords = [
"git",
"cli",
"developer-tools",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "Unlicense"
repository = "https://github.com/DeflateAwning/git-link"
[[bin]]
name = "git-link"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.54"
features = ["derive"]