aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-autoload/Cargo.toml
blob: 98c4f6f25ed6f380792a3caa3b9e800d44e180ba (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-class-map-generator.workspace = true
mozart-registry.workspace = true
anyhow.workspace = true
md5.workspace = true
serde_json.workspace = true

[dev-dependencies]
tempfile.workspace = true