Configuration updates for vendoring

This commit is contained in:
John Doty 2024-03-08 11:04:23 -08:00
parent 977e3c17e5
commit 7cc625dd01
4 changed files with 122 additions and 1 deletions

View file

@ -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"