From 0170d76aa8a9c609297b58a60dde22c784f412fb Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Sun, 15 Mar 2015 11:10:06 +1300
Subject: [PATCH] Add homepage to Cargo.toml

---
 maud/Cargo.toml        | 1 +
 maud_macros/Cargo.toml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/maud/Cargo.toml b/maud/Cargo.toml
index 9717bd0..7f0a117 100644
--- a/maud/Cargo.toml
+++ b/maud/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Chris Wong <lambda.fairy@gmail.com>"]
 
 license = "MIT/Apache-2.0"
 documentation = "https://lambda.xyz/maud/doc/maud/"
+homepage = "http://lfairy.gitbooks.io/maud/content/"
 repository = "https://github.com/lfairy/maud"
 description = """
 Compile-time HTML templates.
diff --git a/maud_macros/Cargo.toml b/maud_macros/Cargo.toml
index d8f29f3..e1cff3d 100644
--- a/maud_macros/Cargo.toml
+++ b/maud_macros/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Chris Wong <lambda.fairy@gmail.com>"]
 
 license = "MIT/Apache-2.0"
 documentation = "https://lambda.xyz/maud/doc/maud/"
+homepage = "http://lfairy.gitbooks.io/maud/content/"
 repository = "https://github.com/lfairy/maud"
 description = """
 Compile-time HTML templates.