mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-25 09:18:01 +00:00
56c2fe8c0c
* Parallelize over cases * Rename the state and driver * Parallelize execution * Update the default config of the tool * Make codebase async * Fix machete * Fix tests & clear node directories before startup * Cleanup the cleanup logic * Rename geth node
14 lines
370 B
TOML
14 lines
370 B
TOML
[package]
|
|
name = "revive-dt-common"
|
|
description = "A library containing common concepts that other crates in the workspace can rely on"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
semver = { workspace = true }
|