aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-archiver/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-archiver/Cargo.toml')
-rw-r--r--crates/mozart-archiver/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/crates/mozart-archiver/Cargo.toml b/crates/mozart-archiver/Cargo.toml
new file mode 100644
index 0000000..6d96024
--- /dev/null
+++ b/crates/mozart-archiver/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "mozart-archiver"
+version.workspace = true
+edition.workspace = true
+
+[dependencies]
+anyhow.workspace = true
+bzip2.workspace = true
+flate2.workspace = true
+regex.workspace = true
+sha1.workspace = true
+tar.workspace = true
+zip.workspace = true
+
+[dev-dependencies]
+tempfile.workspace = true