mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-24 06:37:58 +00:00
8619e7feb0
* Set the gc mode to archive in geth * Add a maximum to the exponential backoff wait duration * Edit the formatting of the CLI case reporter
15 lines
446 B
TOML
15 lines
446 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 }
|
|
tokio = { workspace = true, default-features = false, features = ["time"] }
|