mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-09 19:27:57 +00:00
f9a0542d49
Signed-off-by: xermicus <bigcyrill@hotmail.com>
21 lines
521 B
TOML
21 lines
521 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 }
|
|
hex = { workspace = true }
|
|
log = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true }
|
|
|
|
revive-dt-node = { workspace = true }
|