Comment by gspr
10 hours ago
What insistence? I do 99% of my Rust development with this ~/.cargo/config.toml:
[net]
offline = true
[source]
[source.crates-io]
replace-with = "debian"
[source.debian]
directory = "/usr/share/cargo/registry"
Works great.
No comments yet
Contribute on Hacker News ↗