9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
|
# This is used after `cargo vendor` is run from `make dist`
|
||
|
|
||
|
[source.crates-io]
|
||
|
registry = 'https://github.com/rust-lang/crates.io-index'
|
||
|
replace-with = 'vendored-sources'
|
||
|
|
||
|
[source.vendored-sources]
|
||
|
directory = './vendor'
|