From a2e9d739ff0d81df2e7cf3cd200c8d0435a9af44 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 1 Aug 2022 00:06:47 -0700 Subject: [PATCH] Add development-tools category to crates.io metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f043571..6d851fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "paste" version = "1.0.7" authors = ["David Tolnay "] -categories = ["no-std"] +categories = ["development-tools", "no-std"] description = "Macros for all your token pasting needs" edition = "2018" license = "MIT OR Apache-2.0"