mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
6 lines
128 B
TOML
6 lines
128 B
TOML
[profile.default]
|
|
src = 'contracts'
|
|
out = 'out'
|
|
libs = ['node_modules', 'lib']
|
|
test = 'test/foundry'
|
|
cache_path = 'forge-cache' |