build: enable publishing to crates.io
This commit is contained in:
parent
617cee7900
commit
0d3ad356d5
2 changed files with 9 additions and 1 deletions
|
@ -22,6 +22,7 @@ jobs:
|
|||
toolchain:
|
||||
- name: stable
|
||||
- name: nightly
|
||||
- name: 1.75.0 # MSRV
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -2,7 +2,14 @@
|
|||
name = "forgejo-todo-checker"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
publish = false # NOTE: Not a CLI tool or a library, so don't release to crates.io
|
||||
license = "MIT"
|
||||
repository = "https://git.kemitix.net/kemitix/forgejo-todo-checker"
|
||||
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
|
||||
rust-version = "1.75.0"
|
||||
description = "Forgejo Action to check for TODO and FIXME comments with no OPEN issue attached"
|
||||
documentation = "https://git.kemitix.net/kemitix/forgejo-todo-checker/src/branch/main/README.md"
|
||||
keywords = ["forgejo", "ci"]
|
||||
categories = ["development-tools"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
Loading…
Reference in a new issue