From 119f19b58366db0ee42c182724150b6f520827d5 Mon Sep 17 00:00:00 2001
From: Matthew Hall <matthew@quickbeam.me.uk>
Date: Fri, 21 Nov 2014 14:48:05 +0000
Subject: [PATCH] Add more metadata for crates.io

---
 Cargo.toml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 788f506..a9c3ba0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,10 @@
 [package]
 
 name = "tiled"
-version = "0.1.0"
+version = "0.1.1"
 description = "A rust crate for loading in maps created by the Tiled editor"
+repository = "https://github.com/mattyhall/rs-tiled.git"
+documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/"
 readme = "README.md"
 license = "MIT"
 authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
-- 
GitLab