From db96d72c3f41d556f4fdb6bfcaf69570ed2370cb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 1 Aug 2022 00:06:49 -0700 Subject: [PATCH] Add categories to crates.io metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7636ac9df..97583abf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "serde_json" version = "1.0.82" # remember to update html_root_url authors = ["Erick Tryzelaar ", "David Tolnay "] -categories = ["encoding"] +categories = ["encoding", "parser-implementations", "no-std"] description = "A JSON serialization file format" documentation = "https://docs.serde.rs/serde_json/" edition = "2018"