Skip to content

Instantly share code, notes, and snippets.

@Akagi201
Created August 31, 2018 09:50
Show Gist options
  • Save Akagi201/7dc5c3795aa4068d82b9135291a10448 to your computer and use it in GitHub Desktop.
Save Akagi201/7dc5c3795aa4068d82b9135291a10448 to your computer and use it in GitHub Desktop.
[cargo-config]

~/.cargo/config

[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
replace-with = 'ustc'
[source.ustc]
registry = "https://mirrors.ustc.edu.cn/crates.io-index/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment