You've already forked ansi-width
mirror of
https://github.com/uutils/ansi-width.git
synced 2026-06-10 16:13:22 -07:00
add homepage and repository fields to Cargo.toml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user