From 18761d9b67a09c0148ae606da10db0d1266932f9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 21 Feb 2026 12:31:06 +0900 Subject: feat(resolver): integrate pubgrub dependency resolver Add dependency resolution module using pubgrub v0.3.0 to convert Composer-style constraints into range-based version solving. Includes ComposerVersion type with stability ordering, MozartProvider implementing DependencyProvider, platform package handling, stability filtering, and conflict support via complement ranges. Co-Authored-By: Claude Opus 4.6 --- crates/mozart/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/Cargo.toml') diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index 9432c4a..0b385fa 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -10,6 +10,7 @@ colored = "3.1.1" dialoguer = "0.12.0" flate2 = "1" md5 = "0.7" +pubgrub = "0.3.0" regex = "1.12.3" reqwest = { version = "0.13.2", features = ["blocking", "json"] } serde = { version = "1.0.228", features = ["derive"] } -- cgit v1.3.1