ethers-rs/Cargo.toml

15 lines
364 B
TOML
Raw Normal View History

2020-05-26 09:37:31 +00:00
[workspace]
2020-05-22 18:37:21 +00:00
2020-05-26 09:37:31 +00:00
members = [
2020-06-01 18:24:22 +00:00
"./ethers",
"./ethers-contract",
"./ethers-providers",
"./ethers-signers",
"./ethers-core",
"./ethers-middleware",
2020-05-26 09:37:31 +00:00
]
[patch.crates-io]
reqwest = { git = "https://github.com/seanmonstar/reqwest", branch = "master" }
tokio-tungstenite = { git = "https://github.com/dnaka91/tokio-tungstenite", branch = "tokio-1.0" }