12 lines
183 B
TOML
12 lines
183 B
TOML
# All paths are relative to the root of this repository.
|
|
|
|
[core]
|
|
build_dir = "_build"
|
|
output_dir = "_output"
|
|
|
|
|
|
[[dir-of-dirs]]
|
|
path = "Advanced"
|
|
|
|
[[dir-of-dirs]]
|
|
path = "Intermediate" |