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]
members = [
"./crates/ethers",
"./crates/ethers-contract",
"./crates/ethers-providers",
"./crates/ethers-signers",
"./crates/ethers-core",
"./ethers",
"./ethers-contract",
"./ethers-providers",
"./ethers-signers",
"./ethers-core",
]