8 lines
172 B
TOML
8 lines
172 B
TOML
|
[profile.default]
|
||
|
src = "contracts"
|
||
|
out = "out"
|
||
|
libs = ["lib"]
|
||
|
evm_version = "shanghai"
|
||
|
|
||
|
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
|