From 9ebde5b5f08cdaf8aac7e62b5eb3bb32aa3cc525 Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Thu, 17 May 2018 20:46:51 +0100 Subject: Add crates.io categories. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8642ca0..10ee794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT" repository = "https://github.com/ebarnard/rust-plist/" documentation = "https://docs.rs/plist/0.3.1/plist/" keywords = ["plist", "parser"] +categories = ["config", "encoding", "parser-implementations"] [features] default = ["serde"] -- cgit v1.2.3