summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tui-react/Cargo.toml')
-rw-r--r--tui-react/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
index 341bd41..d41605b 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"
@@ -11,3 +11,5 @@ license = "MIT"
[dependencies]
tui = "0.8.0"
log = "0.4.6"
+unicode-segmentation = "1.6.0"
+unicode-width = "0.1.7"