Skip to content

Commit e5d6320

Browse files
committed
exclude .cargo too
1 parent 331c432 commit e5d6320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository = "https://github.com/OpenZeppelin/Event-Scanner"
1616
documentation = "https://docs.rs/event-scanner"
1717
version = "1.0.0"
1818
publish = true
19-
exclude = [".github/", ".vscode/", ".config/", "benches/", "tests/"]
19+
exclude = [".github/", ".vscode/", ".config/", ".cargo/", "benches/", "tests/"]
2020

2121
[dependencies]
2222
alloy = { version = "1.1.2", features = ["full"] }

0 commit comments

Comments
 (0)