rln-contract/foundry.toml

6 lines
120 B
TOML
Raw Normal View History

2023-03-29 06:58:42 +00:00
[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
cache_path = 'cache_forge'