Configuration updates for vendoring
This commit is contained in:
parent
977e3c17e5
commit
7cc625dd01
4 changed files with 122 additions and 1 deletions
|
|
@ -4,3 +4,14 @@
|
|||
# something. But the reason for that error is beyond my ability to care at
|
||||
# the moment.)
|
||||
rustflags = ["-C","link-self-contained=on"]
|
||||
|
||||
# Vendor configuration, output of `cargo vendor`.
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/salsa-rs/salsa.git"]
|
||||
git = "https://github.com/salsa-rs/salsa.git"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "third-party/vendor"
|
||||
Loading…
Add table
Add a link
Reference in a new issue