Files
agentos/.cargo/config.toml
T
2026-08-02 15:26:10 +08:00

21 lines
271 B
TOML

[build]
rustflags = ["-C", "target-cpu=native"]
[target."cfg(windows)"]
rustflags = ["--cfg", "windows_slim_errors"]
[target."cfg(unix)"]
rustflags = []
[registries.crates-io]
protocol = "sparse"
[net]
git-fetch-with-cli = true
[http]
proxy = ""
[https]
proxy = ""