summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2016-01-20 11:38:07 +0100
committerPierre-Henri Symoneaux <phsym@users.noreply.github.com>2016-01-20 11:38:07 +0100
commitbb88b9ebe5fa219768d3a4f5e876136e83eca434 (patch)
tree2ba7b4f4b500fcd92e5879c83c96fff4bc707661 /Cargo.toml
parent468cf90d8571e459fdab99260b219cf19c93fac8 (diff)
parent9e4485373b9dd6079e8baee9ba0b33c2c5e7db69 (diff)
Merge pull request #19 from phsym/refactor_format
Refactored table formatting API
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 8954c84..28c4727 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,3 +21,4 @@ name = "prettytable"
[dependencies]
unicode-width = "^0.1"
term = "^0.4"
+lazy_static = "^0.1"