Skip to content

Commit db96d72

Browse files
committed
Add categories to crates.io metadata
1 parent 2512933 commit db96d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "serde_json"
33
version = "1.0.82" # remember to update html_root_url
44
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
5-
categories = ["encoding"]
5+
categories = ["encoding", "parser-implementations", "no-std"]
66
description = "A JSON serialization file format"
77
documentation = "https://docs.serde.rs/serde_json/"
88
edition = "2018"

0 commit comments

Comments
 (0)