From fa13f09d3e922373eacfb15b07e79fdf09759e1a Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Mon, 23 Jun 2025 12:54:33 +0100 Subject: [PATCH] fix: Exclude foundry files from the rust crate Took 26 seconds --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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