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 -1
View File
@@ -3,7 +3,7 @@ name = "serde"
version = "1.0.140" # remember to update html_root_url and serde_derive dependency
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
build = "build.rs"
categories = ["encoding"]
categories = ["encoding", "no-std"]
description = "A generic serialization/deserialization framework"
documentation = "https://docs.serde.rs/serde/"
homepage = "https://serde.rs"