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

@@ -1,15 +1,17 @@
[package] [package]
name = "n34" name = "n34"
description = "A CLI to interact with NIP-34 and other stuff related to code in Nostr" description = "A CLI to interact with NIP-34 and other stuff related to code in Nostr"
version = "0.3.0" version = "0.3.0"
edition = "2024" 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"
repository = "https://git.4rs.nl/awiteb/n34.git" documentation = "https://n34.dev/commands.html"
keywords = ["nostr", "NIP-34", "CLI"] homepage = "https://n34.dev"
categories = ["command-line-utilities"] repository = "https://git.4rs.nl/awiteb/n34.git"
rust-version = "1.88.0" keywords = ["nostr", "NIP-34", "CLI"]
categories = ["command-line-utilities"]
rust-version = "1.88.0"
[dependencies] [dependencies]
clap-verbosity-flag = { version = "3.0.3", default-features = false, features = [ clap-verbosity-flag = { version = "3.0.3", default-features = false, features = [