diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-20 11:14:23 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-20 11:14:23 +0100 |
| commit | 4c109e0857becca4a5d90568b7c50064436e94cb (patch) | |
| tree | f52ae029b22aaf80d988411b0581f8a916b23871 | |
| parent | a3073105ae20747fbf76b70cf0ac4ed5c0a9b1b3 (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
`
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ homepage = "https://gitworkshop.dev/r/naddr1qqzxuemfwsqs6amnwvaz7tmwdaejumr0dspz | |||
| 9 | repository = "https://codeberg.org/DanConwayDev/ngit-cli" | 9 | repository = "https://codeberg.org/DanConwayDev/ngit-cli" |
| 10 | license = "MIT" | 10 | license = "MIT" |
| 11 | keywords = ["nostr", "git"] | 11 | keywords = ["nostr", "git"] |
| 12 | categories = ["command-line-utilities","git"] | 12 | categories = ["command-line-utilities","development-tools"] |
| 13 | 13 | ||
| 14 | [dependencies] | 14 | [dependencies] |
| 15 | anyhow = "1.0.75" | 15 | anyhow = "1.0.75" |