Measure width of characters

This commit is contained in:
Joscha 2022-05-21 13:26:02 +02:00
parent 704bb67c7b
commit e74cd39047
2 changed files with 68 additions and 0 deletions

View file

@ -4,3 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.57"
crossterm = "0.23.2"
unicode-blocks = "0.1.4"
unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"