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

[dependencies]
mozart-registry.workspace = true
anyhow.workspace = true
md5.workspace = true
regex.workspace = true
serde_json.workspace = true

[dev-dependencies]
tempfile.workspace = true