Skip to content

Commit

Permalink
Fix cargo categories
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerros committed Sep 25, 2023
1 parent 76e7585 commit d16d978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ version = "0.1.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/tigerros/dry-mods"
categories = ["development-tools", "development-tools:build-utils", "rust-patterns", "no-std", "no-std:no-alloc"]
categories = ["development-tools", "development-tools::build-utils", "rust-patterns", "no-std", "no-std::no-alloc"]
keywords = ["macros", "no-std", "module", "DRY", "no-alloc"]
include = ["src", "README.md"] # Don't include examples in crate

0 comments on commit d16d978

Please sign in to comment.