summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArthur Skobara <skobara.arthur@gmail.com>2015-07-09 23:28:15 +0600
committerArthur Skobara <skobara.arthur@gmail.com>2015-07-09 23:28:15 +0600
commitf3d4999dee75529211bf80e50648cedf89c357ae (patch)
tree312083b6824fb3a271f0795ad89e260af88b31d9 /Cargo.toml
parent1f6716412b0d6543db98c68fc5280d019f8a2fdb (diff)
add unicode support into Cell
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e112a35..8fe27f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,6 @@ name = "main"
[lib]
name = "prettytable"
+
+[dependencies]
+unicode-width = "*"