Skip to content

Commit

Permalink
fix: exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jan 10, 2024
1 parent abc71e8 commit 7caeeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Bindings for Etherscan.io and other block explorer APIs"
keywords = ["crypto", "ethers", "ethereum", "web3", "etherscan"]
homepage = "https://github.com/foundry-rs/block-explorers"
repository = "https://github.com/foundry-rs/block-explorers"
exclude = [".github/", "sccripts/", "test-data/"]
exclude = [".github/", "scripts/", "test-data/"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 7caeeb3

Please sign in to comment.