From 0b087bd6630dc54df02a9c210e272032da158558 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 27 Feb 2025 00:46:57 -0800 Subject: [PATCH] add homepage and repository fields to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index da99c4c..4a1af1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "ansi-width" description = "Calculate the width of a string when printed to the terminal" license = "MIT" readme = "README.md" +homepage = "https://github.com/uutils/ansi-width" +repository = "https://github.com/uutils/ansi-width" authors = ["uutils developers"] version = "0.1.0" edition = "2021"