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.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/mozart-archiver/Cargo.toml b/crates/mozart-archiver/Cargo.toml
index 6d96024..6e2dbfd 100644
--- a/crates/mozart-archiver/Cargo.toml
+++ b/crates/mozart-archiver/Cargo.toml
@@ -4,10 +4,12 @@ version.workspace = true
edition.workspace = true
[dependencies]
+mozart-registry.workspace = true
anyhow.workspace = true
bzip2.workspace = true
flate2.workspace = true
regex.workspace = true
+serde_json.workspace = true
sha1.workspace = true
tar.workspace = true
zip.workspace = true