diff --git a/maud/Cargo.toml b/maud/Cargo.toml
index 62465da..fbc637a 100644
--- a/maud/Cargo.toml
+++ b/maud/Cargo.toml
@@ -8,10 +8,12 @@ license = "MIT/Apache-2.0"
 documentation = "https://lambda.xyz/maud/maud/"
 homepage = "https://maud.lambda.xyz/"
 repository = "https://github.com/lfairy/maud"
-description = """
-Compile-time HTML templates.
-"""
+description = "Compile-time HTML templates."
+categories = ["template-engine"]
 
 [dependencies]
 iron = { version = "0.5.1", optional = true }
 rocket = { version = ">= 0.1.2, < 0.3", optional = true }
+
+[badges]
+travis-ci = { repository = "lfairy/maud" }
diff --git a/maud_macros/Cargo.toml b/maud_macros/Cargo.toml
index 5fabe05..3b1f3f7 100644
--- a/maud_macros/Cargo.toml
+++ b/maud_macros/Cargo.toml
@@ -8,9 +8,7 @@ license = "MIT/Apache-2.0"
 documentation = "https://lambda.xyz/maud/maud/"
 homepage = "https://maud.lambda.xyz/"
 repository = "https://github.com/lfairy/maud"
-description = """
-Compile-time HTML templates.
-"""
+description = "Compile-time HTML templates."
 
 [dependencies]
 if_chain = "0.1"
@@ -19,3 +17,6 @@ maud = { path = "../maud", version = "0.16.0" }
 [lib]
 name = "maud_macros"
 plugin = true
+
+[badges]
+travis-ci = { repository = "lfairy/maud" }