We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331c432 commit e5d6320Copy full SHA for e5d6320
Cargo.toml
@@ -16,7 +16,7 @@ repository = "https://github.com/OpenZeppelin/Event-Scanner"
16
documentation = "https://docs.rs/event-scanner"
17
version = "1.0.0"
18
publish = true
19
-exclude = [".github/", ".vscode/", ".config/", "benches/", "tests/"]
+exclude = [".github/", ".vscode/", ".config/", ".cargo/", "benches/", "tests/"]
20
21
[dependencies]
22
alloy = { version = "1.1.2", features = ["full"] }
0 commit comments