From 181dfaf7de30f0c50bec0931a43d17f1a0a605a5 Mon Sep 17 00:00:00 2001 From: CosmicHorror Date: Tue, 9 Jan 2024 09:45:25 -0600 Subject: [PATCH] Add categories `cargo` metadata (#435) --- Cargo.toml | 1 + cargo-insta/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 077f375e..d63f48d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ rust-version = "1.51.0" homepage = "https://insta.rs/" repository = "https://github.com/mitsuhiko/insta" keywords = ["snapshot", "testing", "jest", "approval"] +categories = ["development-tools::testing"] readme = "README.md" exclude = [ "assets/*" diff --git a/cargo-insta/Cargo.toml b/cargo-insta/Cargo.toml index c513129e..8204cddf 100644 --- a/cargo-insta/Cargo.toml +++ b/cargo-insta/Cargo.toml @@ -8,6 +8,7 @@ homepage = "https://insta.rs/" repository = "https://github.com/mitsuhiko/insta" documentation = "https://insta.rs/docs/cli/" keywords = ["snapshot", "testing", "jest"] +categories = ["development-tools::cargo-plugins"] edition = "2018" readme = "README.md"