aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent439e8b14a2a56397a69afae219a0d7465431249a (diff)
Make the -e flag work as intended
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ed60ec2..5fc2540 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -33,6 +33,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
+name = "either"
+version = "1.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
+
+[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -60,6 +66,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
[[package]]
+name = "itertools"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
+dependencies = [
+ "either",
+]
+
+[[package]]
name = "lexopt"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -82,6 +97,7 @@ name = "mmv"
version = "0.1.0"
dependencies = [
"cerm",
+ "itertools",
"lexopt",
"tempfile",
]