summaryrefslogtreecommitdiff
path: root/src/rust/.cargo/config
blob: d91e26719da11aa0a6e0be00cb98373d4c02a7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[source]

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

 [source.vendored-sources]
 directory = ''

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