summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-06-10 18:59:29 -0400
committerDan Davison <dandavison7@gmail.com>2020-06-10 19:03:01 -0400
commitc0076405d30eff67dff6add7815283e30dfbcdd0 (patch)
tree70486f15c07e280721bf0288396027ae4982d312 /Cargo.toml
parentbb14a04f5b03ad57ca4b0484c8a9434da5cbf0f7 (diff)
Refactor test
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 e04eb8a1..f2a171cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.11.3"
dirs = "2.0"
+itertools = "0.9.0"
lazy_static = "1.4"
regex = "1.3.9"
shell-words = "1.0.0"