aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-04 11:32:07 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-04 11:37:07 +0100
commitbb0f6f3a76d9e1099460fb2b3b7b41653d697898 (patch)
treed2d44ff8073bceacbbfb92814921f72fad29c035 /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a1f3210
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "mmv"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+itertools = "0.10.5"
+tempfile = "3.3.0"