mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-25 13:57:59 +00:00
22 lines
468 B
TOML
22 lines
468 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]
|
|
revive-common = { workspace = true }
|
|
|
|
revive-dt-format = { workspace = true }
|
|
|
|
alloy = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
futures = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|