From 85ad9c2d11cb88592e4341358d6fa827096697c4 Mon Sep 17 00:00:00 2001
From: Matthew Hall <matthew@quickbeam.me.uk>
Date: Fri, 21 Nov 2014 14:44:12 +0000
Subject: [PATCH] Use crates.io

---
 Cargo.toml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 6d6c4df..788f506 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,9 @@
 
 name = "tiled"
 version = "0.1.0"
+description = "A rust crate for loading in maps created by the Tiled editor"
+readme = "README.md"
+license = "MIT"
 authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
 
 [lib]
@@ -12,8 +15,6 @@ path = "src/lib.rs"
 name = "example"
 path = "examples/main.rs"
 
-[dependencies.rust-xml]
-git = "https://github.com/netvl/rust-xml.git"
-
-[dependencies.flate2]
-git = "https://github.com/alexcrichton/flate2-rs"
+[dependencies]
+flate2 = "~0.0.3"
+rust-xml = "~0.1.1"
-- 
GitLab