Skip to content

Commit 5f22627

Browse files
authored
chore: crates/ directory (foundry-rs#5597)
1 parent 38f6ccf commit 5f22627

File tree

628 files changed

+204
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

628 files changed

+204
-204
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# auto-detection may fail for human-readable files, like the ones in abi/abi/*.sol
22
**/*.sol linguist-language=Solidity
33

4-
abi/src/bindings/*.rs linguist-generated
4+
crates/abi/src/bindings/*.rs linguist-generated

Cargo.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[workspace]
22
members = [
3-
"anvil",
4-
"anvil/core",
5-
"anvil/rpc",
6-
"anvil/server",
7-
"abi",
8-
"binder",
9-
"cast",
10-
"chisel",
11-
"cli",
12-
"cli/test-utils",
13-
"common",
14-
"config",
15-
"doc",
16-
"evm",
17-
"fmt",
18-
"forge",
19-
"macros",
20-
"macros/impl",
21-
"ui",
22-
"utils",
3+
"crates/anvil",
4+
"crates/anvil/core",
5+
"crates/anvil/rpc",
6+
"crates/anvil/server",
7+
"crates/abi",
8+
"crates/binder",
9+
"crates/cast",
10+
"crates/chisel",
11+
"crates/cli",
12+
"crates/cli/test-utils",
13+
"crates/common",
14+
"crates/config",
15+
"crates/doc",
16+
"crates/evm",
17+
"crates/fmt",
18+
"crates/forge",
19+
"crates/macros",
20+
"crates/macros/impl",
21+
"crates/ui",
22+
"crates/utils",
2323
]
2424
resolver = "2"
2525

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)