From 7caeeb374c606dcdfb85288646fd5b934cce0122 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:21:05 +0100 Subject: [PATCH] fix: exclude --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 692e5c8..eaaed75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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