forked from mico/idle_moloch
11 lines
272 B
TOML
11 lines
272 B
TOML
[profile.default]
|
|
src = "src"
|
|
out = "out"
|
|
libs = ["lib"]
|
|
|
|
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
|
|
|
|
remappings = [
|
|
"@uniswap/v3-core/=lib/v3-core/",
|
|
"@uniswap/v3-periphery=lib/v3-periphery/",
|
|
] |