aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2015-08-04 17:39:25 +0100
committerEdward Barnard2015-08-04 17:39:25 +0100
commit8ec73f2dbe64e1d242bdc77e2fc7107c0ae70b16 (patch)
tree1f96d0c37425e98a364aec8bd6554632e6744543
parent094994360a7eb81eb545fccfe73e80765be71fd3 (diff)
downloadrust-plist-8ec73f2dbe64e1d242bdc77e2fc7107c0ae70b16.tar.bz2
Add docs link
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 916c6da..362a07e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,11 @@
[package]
name = "plist"
-version = "0.0.2"
+version = "0.0.3"
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/"
[dependencies]
rustc-serialize = "0.3.15"