pecto-core 0.1.1

Core behavior spec model and analysis framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "pecto-core"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Core behavior spec model and analysis framework"

[dependencies]
serde = { workspace = true }
serde_yaml = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
similar = { workspace = true }