Files
ansi-width/Cargo.toml
T

18 lines
502 B
TOML

[package]
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.2.0"