git-link 0.1.3

`git link` alias to fetch a link to a remote git repo
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]