Add categories to Cargo.toml

This commit is contained in:
Jake Goulding 2017-01-20 11:12:08 -05:00 committed by David Tolnay
parent 9e45bd8c87
commit 9536e52aa6
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -9,6 +9,7 @@ repository = "https://github.com/serde-rs/serde"
documentation = "https://docs.serde.rs/serde/"
readme = "../README.md"
keywords = ["serde", "serialization"]
categories = ["encoding"]
include = ["Cargo.toml", "src/**/*.rs"]
[features]