oak-testing 0.0.2

Testing utilities for the Oak language toolchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "oak-testing"
version.workspace = true
description = "Testing utilities for the Oak language toolchain."
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
oak-core = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
triomphe = { workspace = true }
walkdir = { workspace = true }