8 lines
184 B
TOML
8 lines
184 B
TOML
|
[profile.default]
|
||
|
src = "src"
|
||
|
out = "out"
|
||
|
libs = ["lib"]
|
||
|
via_ir = true
|
||
|
|
||
|
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
|