11 lines
252 B
TOML
11 lines
252 B
TOML
[package]
|
|
name = "geth-testkit"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
tempfile.workspace = true
|
|
geth-config = { path = "../geth-config" }
|
|
geth-node = { path = "../geth-node" }
|