Skip to content

Commit

Permalink
feat(cargo): add categories and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Apr 8, 2024
1 parent e97a51a commit 310af23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "cargo-goggles"
version = "0.0.2"
edition = "2021"
license = "MIT OR Apache-2.0"
categories = ["development-tools::cargo-plugins"]
keywords = ["git-repository", "cargo-lock", "reproducible", "registry", "verify"]
description = "Verify that registry crates in your Cargo.lock are reproducible from the git repository"
repository = "https://github.com/M4SS-Code/cargo-goggles"

Expand Down

0 comments on commit 310af23

Please sign in to comment.