# Use system git for fetch (respects ~/.git-credentials and SSH keys), # so credentials never get baked into Cargo.lock URLs. # # Required because the [patch.crates-io] block in Cargo.toml points at # the LAN-only Sulkta-Coop/pallas fork. Without this, cargo's internal # libgit2 client would prompt for creds and bake them into Cargo.lock. [net] git-fetch-with-cli = true