aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/Cargo.toml
blob: e0b5d3edc620598d51237948c314b37685d55784 (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]
logos = "0.15.1"
regex = "1.12.2"
thiserror = "2.0.17"

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