upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-08-20 11:14:23 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-20 11:14:23 +0100
commit4c109e0857becca4a5d90568b7c50064436e94cb (patch)
treef52ae029b22aaf80d988411b0581f8a916b23871 /Cargo.toml
parenta3073105ae20747fbf76b70cf0ac4ed5c0a9b1b3 (diff)
build: removed git category
as publishing to crates.io now gives error: ` The following category slugs are not currently supported on crates.io: git `
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06742ca..eb31134 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ homepage = "https://gitworkshop.dev/r/naddr1qqzxuemfwsqs6amnwvaz7tmwdaejumr0dspz
9repository = "https://codeberg.org/DanConwayDev/ngit-cli" 9repository = "https://codeberg.org/DanConwayDev/ngit-cli"
10license = "MIT" 10license = "MIT"
11keywords = ["nostr", "git"] 11keywords = ["nostr", "git"]
12categories = ["command-line-utilities","git"] 12categories = ["command-line-utilities","development-tools"]
13 13
14[dependencies] 14[dependencies]
15anyhow = "1.0.75" 15anyhow = "1.0.75"