summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornacho <nacho.nunez@aoifes.com>2018-04-18 11:31:24 +0200
committernacho <nacho.nunez@aoifes.com>2018-04-18 11:31:24 +0200
commit1f7436781ef518a5567de690026fde0d44989cef (patch)
treeeed302dff8c9529f0b51f8b6896d8fbc10b15b03 /Cargo.toml
parent4128d49e16cb179cae05de2c176b1fa9117b1fb5 (diff)
fix truncate unicode grapheme clusters
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6dc6d4e..e7aecea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dutree"
-version = "0.2.4"
+version = "0.2.5"
authors = ["nacho <nacho@ownyourbits.com>"]
description = "Command line tool to analyze disk usage"
repository = "https://github.com/nachoparker/dutree"
@@ -14,3 +14,4 @@ getopts = "0.2"
terminal_size = "0.1.7"
regex = "0.2"
unicode-width = "0.1.1"
+unicode-segmentation = "1.2.0"