7 lines
256 B
TOML
7 lines
256 B
TOML
# file: .cargo/config.toml
|
|
# version: 1
|
|
|
|
[build]
|
|
target-dir = "../builds/sasedev-games/target" # path of where to place generated artifacts
|
|
build-dir = "../builds/sasedev-games/target" # path of where to place intermediate build artifacts
|