Skip to content

Commit 3a062a0

Browse files
authored
Merge pull request uutils#12 from iximeow/main
add homepage and repository fields to Cargo.toml
2 parents 3b7e6e7 + 0b087bd commit 3a062a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "ansi-width"
33
description = "Calculate the width of a string when printed to the terminal"
44
license = "MIT"
55
readme = "README.md"
6+
homepage = "https://github.com/uutils/ansi-width"
7+
repository = "https://github.com/uutils/ansi-width"
68
authors = ["uutils developers"]
79
version = "0.1.0"
810
edition = "2021"

0 commit comments

Comments
 (0)