aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/Cargo.toml
blob: 179c095f32cc88edbc4965b11bc19fa8273b8baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rprt-engine"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true

[dependencies]
either = "1.15.0"
logos = "0.15.1"
regex = "1.12.2"

[[bin]]
name = "explainer"
path = "src/explainer.rs"