digital-lsp-server/config.toml
2024-09-27 14:53:40 +08:00

4 lines
213 B
TOML

[build]
jobs = 16 # 并行构建任务的数量,默认等于 CPU 的核心数
rustc = "rustc" # rust 编译器
target-dir = "target" # 存放编译输出结果的目录