summaryrefslogtreecommitdiff
path: root/cargo-vendor-config
blob: a94e912b87289828e491c66f6c0e97208a599915 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This is used after `cargo vendor` is run from `make dist`.
#
# In the distributed tarball, this file should end up in
# rust/.cargo/config

[source.crates-io]
registry = 'https://github.com/rust-lang/crates.io-index'
replace-with = 'vendored-sources'

[source.vendored-sources]
directory = './vendor'