2020-05-26 09:37:31 +00:00
|
|
|
[package]
|
|
|
|
name = "ethers-signers"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-05-31 16:01:34 +00:00
|
|
|
ethers-core = { version = "0.1.0", path = "../ethers-core" }
|
2020-05-27 12:03:31 +00:00
|
|
|
ethers-providers = { version = "0.1.0", path = "../ethers-providers" }
|
2020-06-01 22:27:23 +00:00
|
|
|
thiserror = { version = "1.0.19", default-features = false }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tokio = { version = "0.2.21", features = ["macros"] }
|