diff options
| author | Edward Barnard | 2015-10-26 15:34:56 +0000 |
|---|---|---|
| committer | Edward Barnard | 2015-10-26 15:34:56 +0000 |
| commit | bcc9c296385e617f86185ef0e405d012534f8252 (patch) | |
| tree | 4221ec7a4c5769f741451e16e32c5cb0940979ca | |
| parent | d5bec12ea4f003c11f9d83c174f2011dd9de1ba5 (diff) | |
| download | rust-plist-bcc9c296385e617f86185ef0e405d012534f8252.tar.bz2 | |
Update docs url
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,9 @@ version = "0.0.8" authors = ["Ed Barnard <eabarnard@gmail.com>"] description = "A rusty plist parser. Very much a work in progress." license = "MIT" -repository = "https://github.com/ebarnard/rust-plist" -documentation = "https://ebarnard.github.io/rust-plist/doc/plist/" +repository = "https://github.com/ebarnard/rust-plist/" +documentation = "https://ebarnard.github.io/rust-plist/" +keywords = ["plist", "parser"] [dependencies] rustc-serialize = "0.3.16" |
