aboutsummaryrefslogtreecommitdiff
path: root/src/rust/.cargo/config.in
blob: 414b253a57b7f2efe310de1ab4a9d378c631fd47 (plain)
1
2
3
4
5
6
7
8
[source]

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

@RUST_DL@ [source.vendored-sources]
@RUST_DL@ directory = '@RUST_DEPENDENCIES@'