foundry.toml 120 B

123456
  1. [profile.default]
  2. src = 'contracts'
  3. out = 'out'
  4. libs = ['node_modules', 'lib']
  5. test = 'test'
  6. cache_path = 'cache_forge'