From b696eb7608d921ae0e14a4296e412c33340ceee8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 22 Feb 2026 16:37:49 +0900 Subject: refactor: reorganize crates to match Composer subpackage structure Rename mozart-constraint to mozart-semver (mirrors composer/semver) and extract mozart-class-map-generator from mozart-autoload (mirrors composer/class-map-generator). No logic changes. Co-Authored-By: Claude Opus 4.6 --- crates/mozart-semver/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crates/mozart-semver/Cargo.toml (limited to 'crates/mozart-semver/Cargo.toml') diff --git a/crates/mozart-semver/Cargo.toml b/crates/mozart-semver/Cargo.toml new file mode 100644 index 0000000..cee0804 --- /dev/null +++ b/crates/mozart-semver/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "mozart-semver" +version.workspace = true +edition.workspace = true -- cgit v1.3.1