aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-core/Cargo.toml')
-rw-r--r--crates/mozart-core/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/crates/mozart-core/Cargo.toml b/crates/mozart-core/Cargo.toml
new file mode 100644
index 0000000..25210be
--- /dev/null
+++ b/crates/mozart-core/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "mozart-core"
+version.workspace = true
+edition.workspace = true
+
+[dependencies]
+anyhow.workspace = true
+colored.workspace = true
+dialoguer.workspace = true
+regex.workspace = true
+serde.workspace = true
+serde_json.workspace = true
+
+[dev-dependencies]
+tempfile.workspace = true