From 4d66247acfa289294c2ecdb742d8616377be5492 Mon Sep 17 00:00:00 2001
From: Stephen <stephen@stephendownward.ca>
Date: Sat, 26 Sep 2020 14:33:47 -0300
Subject: [PATCH] Added more fields

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

diff --git a/Cargo.toml b/Cargo.toml
index 875e1b2..36fd497 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,11 @@ authors = ["Stephen <stephen@scd31.com>"]
 description = "Like lolcat, but fast"
 edition = "2018"
 license = "MIT"
+readme = "README.md"
+homepage = "https://git.scd31.com/stephen/dotacat"
+repository = "https://git.scd31.com/stephen/dotacat"
+keywords = ["cli", "rainbow", "cat", "colourful", "colorful"]
+categories = ["command-line-utilities"]
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
-- 
GitLab