diff --git a/Cargo.toml b/Cargo.toml index c40bdd1..8452381 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,14 @@ keywords = ["propellerheads", "solver", "defi", "dex", "mev"] license = "MIT" categories = ["finance", "cryptography::cryptocurrencies"] readme = "README.md" +exclude = [ + "foundry/*", + "foundry", + "tests/*", + "tests/common", + ".github/*", + ".gitmodules", +] [[bin]] name = "tycho-encode" @@ -42,4 +50,4 @@ evm = ["alloy"] fork-tests = [] [profile.bench] -debug = true +debug = true \ No newline at end of file