From bef2bc1e7c012ecbf357ac54a5262304646b292d Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Thu, 2 May 2024 02:47:10 -0700 Subject: [PATCH] chore(cargo): add homepage to Cargo.toml (#1080) --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88d0659e..03e5343d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,10 @@ version = "0.26.2" # crate version authors = ["Florian Dehau ", "The Ratatui Developers"] description = "A library that's all about cooking up terminal user interfaces" documentation = "https://docs.rs/ratatui/latest/ratatui/" +repository = "https://github.com/ratatui-org/ratatui" +homepage = "https://ratatui.rs" keywords = ["tui", "terminal", "dashboard"] categories = ["command-line-interface"] -repository = "https://github.com/ratatui-org/ratatui" readme = "README.md" license = "MIT" exclude = [