[package] name = "ghl" version = "1.1.0" edition = "2021" authors = ["Axlefublr"] license = "MIT" description = "An easier way to construct Github links." readme = "README.md" homepage = "https://github.com/Axlefublr/ghl" repository = "https://github.com/Axlefublr/ghl" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.11", features = ["derive", "wrap_help"] } indoc = "2.0.4"