summaryrefslogtreecommitdiff
path: root/src/rust/.cargo/config.in
blob: 70481bbcbe9780d77fb8e10804b322fd64bf9c42 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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@'

@RUST_WARN@ [build]
@RUST_WARN@ rustflags = [ "-D", "warnings" ]