ghlink 0.2.21

Create GitHub permanent links to specified file lines
Documentation
[[bin]]
name = "ghlink"
path = "src/bin/ghlink.rs"

[dependencies.gix]
version = "0.64.0"

[dev-dependencies.gix-testtools]
version = "0.15.0"

[dev-dependencies.regex]
version = "1.10.6"

[dev-dependencies.serial_test]
version = "3.1.1"

[dev-dependencies.tempfile]
version = "3.12.0"

[lib]
name = "ghlink"
path = "src/lib.rs"

[lints.clippy.pedantic]
level = "warn"
priority = 0

[package]
authors = ["Matthew Dargan <matthewdargan57@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Create GitHub permanent links to specified file lines"
edition = "2021"
keywords = ["git", "github"]
license = "BSD-3-Clause"
name = "ghlink"
readme = "README.md"
repository = "https://github.com/matthewdargan/ghlink"
version = "0.2.21"