aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2018-05-17 20:46:51 +0100
committerEdward Barnard2018-05-17 20:50:22 +0100
commit9ebde5b5f08cdaf8aac7e62b5eb3bb32aa3cc525 (patch)
tree4b87815e87484e8efe5e1255c5850f931d7e9879
parent3baa446637fdc11ff7f67dfd0aa63b1bf125dfb7 (diff)
downloadrust-plist-9ebde5b5f08cdaf8aac7e62b5eb3bb32aa3cc525.tar.bz2
Add crates.io categories.
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"]