From 2c82359e329467e15d378780ae6ba09fde5b8c3b Mon Sep 17 00:00:00 2001 From: backwardspy Date: Sun, 17 Mar 2024 12:02:55 +0000 Subject: [PATCH] chore: add homepage & docs links to cargo manifest --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e315ceb..7038fba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,11 @@ [package] name = "catppuccin" -version = "2.1.0" +version = "2.1.1" authors = ["Catppuccin Org "] edition = "2021" description = "🦀 Soothing pastel theme for Rust." +documentation = "https://docs.rs/catppuccin" +homepage = "https://github.com/catppuccin/rust" repository = "https://github.com/catppuccin/rust" license = "MIT" keywords = ["catppuccin", "palette", "color", "colorscheme", "theme"]