blob: cae4c8b05e83125fa89af42af460b651ffcbc32a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "mozart-test-harness"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
indexmap.workspace = true
regex.workspace = true
serde_json.workspace = true
tempfile.workspace = true
[lints]
workspace = true
|