blob: 6c9421c72b730e1e504cb3ff0da65c1ac286bef5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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
|