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