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.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/crates/mozart-autoload/Cargo.toml b/crates/mozart-autoload/Cargo.toml
new file mode 100644
index 0000000..6aba8ab
--- /dev/null
+++ b/crates/mozart-autoload/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "mozart-autoload"
+version.workspace = true
+edition.workspace = true
+
+[dependencies]
+mozart-core.workspace = true
+mozart-registry.workspace = true
+anyhow.workspace = true
+md5.workspace = true
+regex.workspace = true
+serde.workspace = true
+serde_json.workspace = true
+
+[dev-dependencies]
+tempfile.workspace = true