aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ea91a3..c2e7cc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ mozart-class-map-generator = { path = "crates/mozart-class-map-generator" }
mozart-core = { path = "crates/mozart-core" }
mozart-metadata-minifier = { path = "crates/mozart-metadata-minifier" }
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" }
anyhow = "1.0.102"
@@ -26,7 +27,6 @@ filetime = "0.2.27"
flate2 = "1.1.9"
md5 = "0.7.0"
predicates = "3.1.4"
-pubgrub = "0.3.0"
regex = "1.12.3"
reqwest = { version = "0.13.2", features = ["json"] }
self-replace = "1.5.0"