Accepting request 849527 from devel:tools:building

Submit with corrections based on review

OBS-URL: https://build.opensuse.org/request/show/849527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=1
This commit is contained in:
2020-11-23 14:37:38 +00:00
committed by Git OBS Bridge
commit d7586ba5cf
13 changed files with 320 additions and 0 deletions

10
cargo_config Normal file
View File

@@ -0,0 +1,10 @@
[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/tiny-http/tiny-http.git"]
git = "https://github.com/tiny-http/tiny-http.git"
rev = "619680de"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"