dsa-periphery-contract/foundry.toml
2023-05-01 14:28:20 +09:00

6 lines
126 B
TOML

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