From 8cc1ba8a02c0318b65658f1634de378c780392b9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 10 May 2026 00:32:08 +0900 Subject: refactor(workspace): consolidate crates into mozart-core Merged mozart-archiver, mozart-autoload, mozart-registry, mozart-sat-resolver, and mozart-vcs into mozart-core to align the source layout with Composer's structure. Co-Authored-By: Claude Sonnet 4.6 --- crates/mozart/Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crates/mozart/Cargo.toml') diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index 9a0e3eb..c1b10d6 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -4,14 +4,10 @@ version.workspace = true edition.workspace = true [dependencies] -mozart-archiver.workspace = true -mozart-autoload.workspace = true mozart-console-macros.workspace = true mozart-core.workspace = true -mozart-registry.workspace = true mozart-semver.workspace = true mozart-spdx-licenses.workspace = true -mozart-vcs.workspace = true anyhow.workspace = true clap.workspace = true clap_complete.workspace = true @@ -26,9 +22,9 @@ sha1.workspace = true tempfile.workspace = true terminal_size.workspace = true tokio.workspace = true -url.workspace = true tracing-subscriber.workspace = true tracing.workspace = true +url.workspace = true [dev-dependencies] mozart-test-harness.workspace = true -- cgit v1.3.1