Files
rustytorch/demos/ui/src-tauri/.cargo/config.toml
T
2026-03-04 00:08:42 +00:00

27 lines
628 B
TOML

[target.aarch64-apple-darwin]
rustflags = [
"-L", "/opt/homebrew/opt/libomp/lib",
"-L", "/opt/homebrew/opt/gcc/lib/gcc/current",
"-l", "omp",
]
[target.x86_64-apple-darwin]
rustflags = [
"-L", "/opt/homebrew/opt/libomp/lib",
"-L", "/opt/homebrew/opt/gcc/lib/gcc/current",
"-l", "omp",
]
[env]
LIBRARY_PATH = "/opt/homebrew/opt/libomp/lib:/opt/homebrew/opt/gcc/lib/gcc/current"
# ===== Kellnr Registry Proxy =====
[registries.kellnr]
index = "sparse+https://crates.lan/api/v1/crates/"
[source.crates-io]
replace-with = "kellnr-proxy"
[source.kellnr-proxy]
registry = "sparse+https://crates.lan/api/v1/cratesio/"