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

[dependencies]
anyhow.workspace = true
bzip2.workspace = true
flate2.workspace = true
regex.workspace = true
sha1.workspace = true
tar.workspace = true
zip.workspace = true

[dev-dependencies]
tempfile.workspace = true