summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 19:47:46 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 19:48:04 +0800
commit584cc989cfdf37cd11a2e885e42ddabaccda7dec (patch)
tree4c02c6ea42bf4b47bd0ece1f821b2f93059bfedf /tui-react/Cargo.toml
parent1f1c0ce5171ec691152954d3169a266e760ea873 (diff)
Import plenty of utilities from prodash into tui-reacttui-react-v0.2.2
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"