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

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

[dev-dependencies]
tempfile.workspace = true