fix: Exclude foundry files from the rust crate

Took 26 seconds
This commit is contained in:
Diana Carvalho
2025-06-23 12:54:33 +01:00
parent e704151404
commit fa13f09d3e

View File

@@ -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