aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-31 13:55:33 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-31 13:55:33 -0400
commit137b79e4ed980e1fc688f7c8f2c07ef4f9e30050 (patch)
tree15cc80501dfbcfd19cd71513fe787d30e96fcf92 /Cargo.toml
parent085115797e5698f1fa4599de41863999050d4b98 (diff)
downloadvt100-rust-137b79e4ed980e1fc688f7c8f2c07ef4f9e30050.tar.gz
vt100-rust-137b79e4ed980e1fc688f7c8f2c07ef4f9e30050.zip
add normalization for unicode cell values
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 d9d8642..71a67a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,5 +12,6 @@ keywords = ["terminal", "vt100"]
license = "MIT"
[dependencies]
+unicode-normalization = "0.1"
unicode-width = "0.1"
vte = "0.3"