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"