8 lines
169 B
TOML
8 lines
169 B
TOML
[profile.default]
|
|
src = 'src/contracts'
|
|
test = 'sol-test'
|
|
out = 'out'
|
|
libs = ['lib']
|
|
|
|
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
|