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