aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-06 17:22:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-06 17:22:53 +0200
commitce5c445fd431f108e73bbe62b0ee73b8418d85c1 (patch)
tree13f86aba90bd346e4ead017830299bba1d7b2853 /Cargo.toml
parent439e8b14a2a56397a69afae219a0d7465431249a (diff)
Make the -e flag work as intended
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 fac1bb2..262e69a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,5 +11,6 @@ authors = [
[dependencies]
cerm = "1.0.0"
+itertools = "0.11.0"
lexopt = "0.1.0"
tempfile = "3.7.0"