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"
|
license = "MIT"
|
||||||
categories = ["finance", "cryptography::cryptocurrencies"]
|
categories = ["finance", "cryptography::cryptocurrencies"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
exclude = [
|
||||||
|
"foundry/*",
|
||||||
|
"foundry",
|
||||||
|
"tests/*",
|
||||||
|
"tests/common",
|
||||||
|
".github/*",
|
||||||
|
".gitmodules",
|
||||||
|
]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "tycho-encode"
|
name = "tycho-encode"
|
||||||
@@ -42,4 +50,4 @@ evm = ["alloy"]
|
|||||||
fork-tests = []
|
fork-tests = []
|
||||||
|
|
||||||
[profile.bench]
|
[profile.bench]
|
||||||
debug = true
|
debug = true
|
||||||
Reference in New Issue
Block a user