summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-01-20 05:34:52 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-01-20 05:34:52 +0900
commitb42fd931ca7a13a38fd5583142e808530e4f02fe (patch)
treedaf63477ffd7b0b62e7292c73b3a0844f4c908e0 /Cargo.toml
parent13d2428be21eb2c2d6d601df11e57fd2a8d38f1b (diff)
Fix: Properly format texts with wide chars
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f836c10..d8887fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ tar = "0.4.38"
flate2 = "1.0.24"
lzma-rs = "0.2.0"
zstd = "0.11.2"
+unicode-width = "0.1.10"
[dev-dependencies]
devtimer = "4.0.0"