summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 6a89bb9b543d0a159277f906a159f2913d65a642 (plain)
1
2
3
4
5
6
7
8
9
10
11
[source.crates-io]
replace-with = "vendored-sources"

[source."https://github.com/bjorn3/rust-ar.git"]
git = "https://github.com/bjorn3/rust-ar.git"
branch = "do_not_remove_cg_clif_ranlib"
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"