add homepage and repository fields to Cargo.toml

This commit is contained in:
iximeow
2025-02-27 00:46:57 -08:00
committed by GitHub
parent 3b7e6e78a8
commit 0b087bd663
+2
View File
@@ -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"