aboutsummaryrefslogtreecommitdiff
path: root/src/rust/.cargo/config.in
blob: 301e7fdbe74c3ebda9c9aac6cb106cc3f4dc50bf (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 = '@TOR_RUST_DEPENDENCIES@'