summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-25 00:39:37 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-25 02:00:46 -0400
commit55ef5c531de5d047d07c842f506bef25d48ed9d2 (patch)
tree3ec34677c525cd634ad5e5e13d54cd18e99eb25b /Cargo.toml
parent7a4cd89c866e86d93170568c669a8c4b95245372 (diff)
Cleaner implementation of common suffix length calculation
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 f9912294..85330346 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ ansi_term = "0.11"
atty = "0.2.13"
box_drawing = "0.1.2"
console = "0.7.7"
+itertools = "0.8.0"
shell-words = "0.1.0"
structopt = "0.2.16"
syntect = "3.2"