3 lines
120 B
TOML
3 lines
120 B
TOML
[build]
|
|
rustc = "rustc" # rust 编译器
|
|
target-dir = "target" # 存放编译输出结果的目录 |