chore(cargo): Add package.documentation and package.homepage

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-08-07 19:51:41 +00:00
parent 802da70056
commit 14ab9b38e2

View File

@@ -6,6 +6,8 @@ edition = "2024"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
authors = ["Awiteb <a@4rs.nl>"] authors = ["Awiteb <a@4rs.nl>"]
readme = "README.md" readme = "README.md"
documentation = "https://n34.dev/commands.html"
homepage = "https://n34.dev"
repository = "https://git.4rs.nl/awiteb/n34.git" repository = "https://git.4rs.nl/awiteb/n34.git"
keywords = ["nostr", "NIP-34", "CLI"] keywords = ["nostr", "NIP-34", "CLI"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]