Merge pull request #12 from iximeow/main

add homepage and repository fields to Cargo.toml
This commit is contained in:
Sylvestre Ledru
2025-02-27 09:56:32 +01:00
committed by GitHub
+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"