aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-registry/Cargo.toml
blob: 9d089e54e5e917c934c2fff548551cd32f70eec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "mozart-registry"
version.workspace = true
edition.workspace = true

[dependencies]
mozart-core.workspace = true
mozart-metadata-minifier.workspace = true
mozart-sat-resolver.workspace = true
mozart-semver.workspace = true
anyhow.workspace = true
filetime.workspace = true
flate2.workspace = true
md5.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
sha1.workspace = true
tar.workspace = true
tempfile.workspace = true
tokio.workspace = true
zip.workspace = true