From f89492f79eb6efddbeb459e238f367f34ab816d7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 21 Oct 2022 01:00:09 +0200 Subject: [PATCH] with actual category --- Cargo.toml | 2 +- crates/gitignore_inner/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 35a0219..fb77f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/gitignore" description = """ gitignore is a tool for easily adding patterns to gitignore and cleaning up afterwards """ -categories = ["git-tools"] +categories = ["command-line-interface"] edition = "2021" [workspace] diff --git a/crates/gitignore_inner/Cargo.toml b/crates/gitignore_inner/Cargo.toml index 9a097d4..b3d5f5f 100644 --- a/crates/gitignore_inner/Cargo.toml +++ b/crates/gitignore_inner/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/gitignore" description = """ gitignore_inner is the internal module for cargo """ -categories = ["git-tools"] +categories = ["command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html