forked from pcaversaccio/snekmate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
foundry.toml
13 lines (13 loc) · 1.07 KB
/
foundry.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
## defaults for all profiles
[profile.default]
src = 'src' # the source directory
test = 'test' # the test directory
out = 'out' # the output directory (for artifacts)
libs = ['lib'] # a list of library directories
remappings = [] # a list of remappings
cache = true # whether to cache builds or not
cache_path = 'cache' # where the cache is stored if enabled
force = true # whether to ignore the cache (clean build)
ffi = true # whether to enable foreign function interface (ffi) cheatcodes or not
verbosity = 3 # the verbosity of tests
fs_permissions = [{ access = "read-write", path = "./"}] # set read-write access to project root