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

[dependencies]
mozart-registry.workspace = true
anyhow.workspace = true
bzip2.workspace = true
flate2.workspace = true
regex.workspace = true
serde_json.workspace = true
sha1.workspace = true
tar.workspace = true
zip.workspace = true

[dev-dependencies]
tempfile.workspace = true