Add categories to crates.io metadata

This commit is contained in:
David Tolnay
2022-08-01 00:06:49 -07:00
parent c9cc8a8924
commit 85e72653c8
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "serde_derive"
version = "1.0.140" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
categories = ["no-std"]
description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
documentation = "https://serde.rs/derive.html"
homepage = "https://serde.rs"