mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-25 02:18:00 +00:00
18 lines
456 B
TOML
18 lines
456 B
TOML
[package]
|
|
name = "revive-dt-node-interaction"
|
|
description = "send and trace transactions to nodes"
|
|
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 }
|
|
futures = { workspace = true }
|
|
tracing = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
tokio = { workspace = true }
|