dsa-periphery-contract/foundry.toml
2023-04-28 17:08:58 +05:30

6 lines
120 B
TOML

[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
cache_path = 'cache_forge'