Add metadata required for publishing to crates.io

I'm not sure they're required. I sure hope not because I don't have a
homepage, and the guide says not to reuse the repo URL there.
This commit is contained in:
2025-11-13 16:36:54 -06:00
parent d982f42ae7
commit ff2286f44b

View File

@@ -2,6 +2,11 @@
name = "gt-tool" name = "gt-tool"
version = "3.0.0" version = "3.0.0"
edition = "2024" edition = "2024"
license = "GPL-3.0-only"
description = "CLI tools for interacting with the Gitea API. Mainly for attaching files to releases."
# homepage = "" I have no website for a project home page :(
repository = "https://git.gelvin.dev/robert/gt-tool"
readme = "README.md"
[dependencies] [dependencies]
clap = { version = "4.5.23", features = ["derive", "env"] } clap = { version = "4.5.23", features = ["derive", "env"] }