mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-19 08:41:10 +00:00
Add categories to crates.io metadata
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user