You've already forked ansi-width
mirror of
https://github.com/uutils/ansi-width.git
synced 2026-06-10 16:13:22 -07:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b31eed26cd | |||
| 8e772e8527 | |||
| 3a062a06bf | |||
| 0b087bd663 | |||
| 3b7e6e78a8 | |||
| 987ed173a9 | |||
| ee3193972e | |||
| b574a84613 | |||
| 3d6c707ddd | |||
| c2910efb5c |
+4
-1
@@ -3,12 +3,15 @@ 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"
|
||||
rust-version = "1.70"
|
||||
exclude = ["/renovate.json"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
unicode-width = "0.1.11"
|
||||
unicode-width = "0.2.0"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user