aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-01 20:12:53 +0900
committernsfisis <nsfisis@gmail.com>2026-05-01 20:12:53 +0900
commit1189cecc564c691afeee564203866570fe6928b1 (patch)
tree06dd9c4940eeffa9a767f8cacf903c6e00e23ac7 /Cargo.toml
parent64ed53cf184fb05cbfe9f0336bc8695ff0e800f8 (diff)
parent9776735dbfb4d34ac639947ecca12df06ddfa738 (diff)
downloadphp-mozart-1189cecc564c691afeee564203866570fe6928b1.tar.gz
php-mozart-1189cecc564c691afeee564203866570fe6928b1.tar.zst
php-mozart-1189cecc564c691afeee564203866570fe6928b1.zip
Merge branch 'test/composer-integration-tests'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ecb0c67..324c0a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ mozart-registry = { path = "crates/mozart-registry" }
mozart-sat-resolver = { path = "crates/mozart-sat-resolver" }
mozart-semver = { path = "crates/mozart-semver" }
mozart-spdx-licenses = { path = "crates/mozart-spdx-licenses" }
+mozart-test-harness = { path = "crates/mozart-test-harness" }
mozart-vcs = { path = "crates/mozart-vcs" }
anyhow = "1.0.102"
assert_cmd = "2.1.2"