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

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