diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-01 20:12:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-01 20:12:53 +0900 |
| commit | 1189cecc564c691afeee564203866570fe6928b1 (patch) | |
| tree | 06dd9c4940eeffa9a767f8cacf903c6e00e23ac7 /crates/mozart-test-harness/Cargo.toml | |
| parent | 64ed53cf184fb05cbfe9f0336bc8695ff0e800f8 (diff) | |
| parent | 9776735dbfb4d34ac639947ecca12df06ddfa738 (diff) | |
| download | php-mozart-1189cecc564c691afeee564203866570fe6928b1.tar.gz php-mozart-1189cecc564c691afeee564203866570fe6928b1.tar.zst php-mozart-1189cecc564c691afeee564203866570fe6928b1.zip | |
Merge branch 'test/composer-integration-tests'
Diffstat (limited to 'crates/mozart-test-harness/Cargo.toml')
| -rw-r--r-- | crates/mozart-test-harness/Cargo.toml | 10 |
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 |
