Files
ansi-width/Cargo.toml
T
Terts Diepraam cebd413470 initial commit
2023-11-08 13:29:45 +01:00

15 lines
372 B
TOML

[package]
name = "ansi-width"
description = "Calculate the width of a string when printed to the terminal"
license = "MIT"
readme = "README.md"
authors = ["uutils developers"]
version = "0.1.0"
edition = "2021"
rust-version = "1.70"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
unicode-width = "0.1.11"