contracts/foundry.toml 256 B raw
1
[profile.default]
2
src = "src"
3
out = "out"
4
libs = ["lib"]
5
remappings = []
6
7
extra_output = ["abi", "storageLayout"]
8
extra_output_files = ["abi"]
9
10
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options