aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-sat-resolver/Cargo.toml
blob: 5b8a46cfa08af402d1fb2889186aab458d49b281 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "mozart-sat-resolver"
version.workspace = true
edition.workspace = true

[dependencies]
mozart-semver.workspace = true
mozart-core.workspace = true
indexmap.workspace = true

[dev-dependencies]