diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 02cfa65..4274da8 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -22,6 +22,7 @@ jobs: toolchain: - name: stable - name: nightly + - name: 1.75.0 # MSRV steps: - name: Checkout diff --git a/Cargo.toml b/Cargo.toml index 56a1313..8b9c103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] +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"