From 4c109e0857becca4a5d90568b7c50064436e94cb Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 20 Aug 2024 11:14:23 +0100 Subject: build: removed git category as publishing to crates.io now gives error: ` The following category slugs are not currently supported on crates.io: git ` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 repository = "https://codeberg.org/DanConwayDev/ngit-cli" license = "MIT" keywords = ["nostr", "git"] -categories = ["command-line-utilities","git"] +categories = ["command-line-utilities","development-tools"] [dependencies] anyhow = "1.0.75" -- cgit v1.2.3