65c4ff0775
* remove exit-future usage, as it is non maintained, and replace with async-channel which is already in the repo. * Merge branch 'unstable' of https://github.com/sigp/lighthouse into remove-exit-future * Merge branch 'unstable' of https://github.com/sigp/lighthouse into remove-exit-future
31 lines
892 B
TOML
31 lines
892 B
TOML
[package]
|
|
name = "web3signer_tests"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
async-channel = { workspace = true }
|
|
eth2_keystore = { workspace = true }
|
|
types = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
tokio = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
url = { workspace = true }
|
|
validator_client = { workspace = true }
|
|
slot_clock = { workspace = true }
|
|
futures = { workspace = true }
|
|
task_executor = { workspace = true }
|
|
environment = { workspace = true }
|
|
account_utils = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
eth2_network_config = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
zip = { workspace = true }
|
|
lazy_static = { workspace = true }
|
|
parking_lot = { workspace = true }
|