aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2015-10-26 15:34:56 +0000
committerEdward Barnard2015-10-26 15:34:56 +0000
commitbcc9c296385e617f86185ef0e405d012534f8252 (patch)
tree4221ec7a4c5769f741451e16e32c5cb0940979ca
parentd5bec12ea4f003c11f9d83c174f2011dd9de1ba5 (diff)
downloadrust-plist-bcc9c296385e617f86185ef0e405d012534f8252.tar.bz2
Update docs url
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f364f63..4140e35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"