Skip to content

Commit

Permalink
misc: make crate names explicit (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro authored Oct 2, 2024
1 parent 9bdf83a commit ec998cd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[workspace]
members = [
"crates/*",
"crates/edr_defaults",
"crates/edr_eth",
"crates/edr_evm",
"crates/edr_napi",
"crates/edr_provider",
"crates/edr_rpc_client",
"crates/edr_rpc_eth",
"crates/edr_solidity",
"crates/edr_test_utils",
"crates/tools",
]
resolver = "2"

Expand Down

0 comments on commit ec998cd

Please sign in to comment.