12 lines
275 B
TOML
12 lines
275 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
|
|
|
|
remapping = [
|
|
"@openzeppelin//lib/openzeppelin-contracts/",
|
|
"forge-std/=/lib/forge-std/src/",
|
|
]
|