From a455b4c9873c166a2d0de8622b4c453b910e0a4d Mon Sep 17 00:00:00 2001 From: Chris Wong <lambda.fairy@gmail.com> Date: Thu, 22 Jan 2015 22:39:52 +1300 Subject: [PATCH] Add documentation links 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 1fc1c5b..2e9ea31 100644 --- a/maud/Cargo.toml +++ b/maud/Cargo.toml @@ -5,6 +5,7 @@ version = "0.0.1" authors = ["Chris Wong <lambda.fairy@gmail.com>"] license = "MIT/Apache-2.0" +documentation = "https://lambda.xyz/maud/doc/maud/" repository = "https://github.com/lfairy/maud" description = """ Compile-time HTML templates. diff --git a/maud_macros/Cargo.toml b/maud_macros/Cargo.toml index 2dbd49e..a9373d1 100644 --- a/maud_macros/Cargo.toml +++ b/maud_macros/Cargo.toml @@ -5,6 +5,7 @@ version = "0.0.1" authors = ["Chris Wong <lambda.fairy@gmail.com>"] license = "MIT/Apache-2.0" +documentation = "https://lambda.xyz/maud/doc/maud/" repository = "https://github.com/lfairy/maud" description = """ Compile-time HTML templates.