summaryrefslogtreecommitdiff
path: root/.cargo/config.in
blob: 06587c765e94f8c0e41f8ba602ea82b34cc847b7 (plain)
1
2
3
4
5
6
[source.crates-io]
registry = 'https://github.com/rust-lang/crates.io-index'
replace-with = 'vendored-sources'

[source.vendored-sources]
directory = '@top_srcdir@/third_party/rust'