blob: 571d70fe7b23b545aa5aaa76b7735d4fb6e472db (
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-class-map-generator.workspace = true
mozart-core.workspace = true
mozart-registry.workspace = true
anyhow.workspace = true
indexmap.workspace = true
md5.workspace = true
regex.workspace = true
serde_json.workspace = true
[dev-dependencies]
tempfile.workspace = true
|