mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-25 18:37:58 +00:00
8b0a0c3518
* Add a report processing tool * Add expectations tests to the CI action * Fix an issue with CI * Fix CI * Fix the path of the workdir in CI * Fix CI issue with the paths * Update the format of the expectations file
26 lines
573 B
TOML
26 lines
573 B
TOML
[package]
|
|
name = "revive-dt-report-processor"
|
|
description = "revive differential testing report processor utility"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[[bin]]
|
|
name = "report-processor"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
revive-dt-report = { workspace = true }
|
|
revive-dt-common = { workspace = true }
|
|
|
|
anyhow = { workspace = true }
|
|
clap = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|