ethers-rs/crates/ethers-signers/Cargo.toml

11 lines
281 B
TOML
Raw Normal View History

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-26 10:24:19 +00:00
ethers-types = { path = "../ethers-types" }
ethers-providers = { path = "../ethers-providers" }
ethers-utils = { path = "../ethers-utils" }