mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-25 18:37:58 +00:00
bfb96bf67d
Signed-off-by: xermicus <bigcyrill@hotmail.com>
21 lines
494 B
TOML
21 lines
494 B
TOML
[package]
|
|
name = "revive-dt-node"
|
|
description = "abstraction over blockchain nodes"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
alloy = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
|
|
revive-dt-node-interaction = { workspace = true }
|
|
revive-dt-config = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
temp-dir = { workspace = true }
|