refactor: pull crates to root dir

This commit is contained in:
Georgios Konstantopoulos 2020-06-01 21:24:22 +03:00
parent 095be63b3b
commit cd4914d37f
No known key found for this signature in database
GPG Key ID: FA607837CD26EDBC
62 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
[workspace] [workspace]
members = [ members = [
"./crates/ethers", "./ethers",
"./crates/ethers-contract", "./ethers-contract",
"./crates/ethers-providers", "./ethers-providers",
"./crates/ethers-signers", "./ethers-signers",
"./crates/ethers-core", "./ethers-core",
] ]