summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2016-09-13 20:52:22 +0200
committerGitHub <noreply@github.com>2016-09-13 20:52:22 +0200
commit87ed6be60186a904d5192e1fbaf7342e12bff37b (patch)
treebacbb26d7ef05d5dcf73b5f1716cf4c164ea7c65 /Cargo.toml
parentaefbfdb4152580735be05e832413160be62e297c (diff)
parent0178a2687b3f6e532ea5a290255177f304c1c023 (diff)
Merge pull request #37 from phsym/unicode_separators
Fixed wrong formatting of unicode separators
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 9861c51..180ded1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,3 +26,4 @@ unicode-width = "^0.1"
term = "^0.4"
lazy_static = "^0.2"
atty = "^0.1"
+encode_unicode = "^0.2"