git-link 0.1.3

`git link` alias to fetch a link to a remote git repo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "git-link"
version = "0.1.3"
edition = "2024"
description = "`git link` alias to fetch a link to a remote git repo"
license = "Unlicense"

repository = "https://github.com/DeflateAwning/git-link"
homepage = "https://github.com/DeflateAwning/git-link"

keywords = ["git", "cli", "developer-tools"]
categories = ["command-line-utilities", "development-tools"]

authors = ["DeflateAwning"]

[dependencies]
clap = { version = "4.5.54", features = ["derive"] }