Skip to content

Commit

Permalink
Fix cargo package categories to existing slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Aug 27, 2024
1 parent 8dd3a8c commit 2b36958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/tracel-xtask-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ["Tracel Technologies Inc."]
categories = ["Command-line interface", "Command line utilities", "Development tools"]
categories = ["command-line-interface", "command-line-utilities", "development-tools", "development-tools::cargo-plugins"]
description = "Macros for tracel-xtask crate."
keywords = ["xtask", "macros"]
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/tracel-xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ["Tracel Technologies Inc."]
categories = ["Command-line interface", "Command line utilities", "Development tools"]
categories = ["command-line-interface", "command-line-utilities", "development-tools", "development-tools::cargo-plugins"]
description = "Reusable and Extensible xtask commands to manage repositories."
keywords = ["xtask", "cli", "cargo", "extensible"]
edition.workspace = true
Expand Down

0 comments on commit 2b36958

Please sign in to comment.