diff options
| author | Edward Barnard | 2018-05-17 20:46:51 +0100 | 
|---|---|---|
| committer | Edward Barnard | 2018-05-17 20:50:22 +0100 | 
| commit | 9ebde5b5f08cdaf8aac7e62b5eb3bb32aa3cc525 (patch) | |
| tree | 4b87815e87484e8efe5e1255c5850f931d7e9879 | |
| parent | 3baa446637fdc11ff7f67dfd0aa63b1bf125dfb7 (diff) | |
| download | rust-plist-9ebde5b5f08cdaf8aac7e62b5eb3bb32aa3cc525.tar.bz2 | |
Add crates.io categories.
| -rw-r--r-- | Cargo.toml | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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"] | 
