aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-autoload/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-autoload/Cargo.toml')
-rw-r--r--crates/mozart-autoload/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/mozart-autoload/Cargo.toml b/crates/mozart-autoload/Cargo.toml
index 1f1ed5a..571d70f 100644
--- a/crates/mozart-autoload/Cargo.toml
+++ b/crates/mozart-autoload/Cargo.toml
@@ -5,10 +5,12 @@ edition.workspace = true
[dependencies]
mozart-class-map-generator.workspace = true
+mozart-core.workspace = true
mozart-registry.workspace = true
anyhow.workspace = true
indexmap.workspace = true
md5.workspace = true
+regex.workspace = true
serde_json.workspace = true
[dev-dependencies]