fix: Exclude foundry files from the rust crate
Took 26 seconds
This commit is contained in:
10
Cargo.toml
10
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
|
||||
Reference in New Issue
Block a user