mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 04:28:02 +00:00
2d3602aaed
* Add a `ReceiptRetryLayer` for providers * Fix the retry layer * Rename the retry layer * Remove outdated polling function * Remoe unneeded dependencies
25 lines
654 B
TOML
25 lines
654 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]
|
|
alloy = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
clap = { workspace = true }
|
|
moka = { workspace = true, features = ["sync"] }
|
|
once_cell = { workspace = true }
|
|
regex = { workspace = true }
|
|
semver = { workspace = true }
|
|
serde = { workspace = true }
|
|
schemars = { workspace = true }
|
|
strum = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|