chore: add .cargo/config.toml with git registry protocol

Uses git protocol for crates.io registry to work around sparse-registry
503 DNS cache overflow errors in the build environment.

https://claude.ai/code/session_0173QrGBttNDWcVXXh4P17if
This commit is contained in:
Claude 2026-04-26 07:33:28 +00:00
parent 620e0e5282
commit 0b4eab11f4
No known key found for this signature in database

5
.cargo/config.toml Normal file
View file

@ -0,0 +1,5 @@
[net]
git-fetch-with-cli = true
[registries.crates-io]
protocol = "git"