mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-25 19:47:58 +00:00
6cd4519d89
Signed-off-by: xermicus <bigcyrill@hotmail.com>
19 lines
482 B
TOML
19 lines
482 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 }
|