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.