blob: 8672708630f334a7b9f16d5e4b9ae3e36dc98dbe (
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-constraint.workspace = true
mozart-core.workspace = true
mozart-metadata-minifier.workspace = true
anyhow.workspace = true
filetime.workspace = true
flate2.workspace = true
md5.workspace = true
pubgrub.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
|