16 lines
330 B
TOML
16 lines
330 B
TOML
[profile.default]
|
|
solc_version = "0.8.30"
|
|
src = "src"
|
|
out = "out"
|
|
libs = ["lib"]
|
|
|
|
via_ir = true
|
|
optimizer = true
|
|
optimizer_runs = 4294967295
|
|
|
|
fs_permissions = [
|
|
{ access = "read", path = "./raw_vectors.json" },
|
|
]
|
|
|
|
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
|