9 lines
263 B
TOML
9 lines
263 B
TOML
[profile.default]
|
|
src = "src"
|
|
out = "out"
|
|
libs = ["lib"]
|
|
remappings = ["@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/"]
|
|
ffi = true
|
|
|
|
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
|