refactor: pull crates to root dir
This commit is contained in:
parent
095be63b3b
commit
cd4914d37f
10
Cargo.toml
10
Cargo.toml
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue