Files
TeyvatGuide/src-tauri/.cargo/config.toml
2025-12-29 19:56:00 +08:00

7 lines
112 B
TOML

# 使用 git cli
[net]
git-fetch-with-cli = true
# 构建调试信息
[build]
rustflags = ["-C", "debuginfo=2"]