Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Jorge Aparicio <[email protected]>",
"Robert Jördens <[email protected]>",
"Mathias Koch <[email protected]>"
]
categories = ["no-std"]
categories = ["parsing", "no-std", "no-std::no-alloc", "embedded", "web-programming"]
description = "serde-json for no_std programs"
documentation = "https://docs.rs/serde-json-core"
edition = "2018"
Expand Down
Loading