From 8ec73f2dbe64e1d242bdc77e2fc7107c0ae70b16 Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Tue, 4 Aug 2015 17:39:25 +0100 Subject: Add docs link --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "] 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" -- cgit v1.2.3