Cargo+Rust: add git repo source as vendored source

This commit is contained in:
Micah Snyder 2023-12-19 18:52:44 -05:00 committed by Micah Snyder
parent 5cc3243136
commit c48146a792

View file

@ -209,6 +209,11 @@ function(cargo_vendor)
[source.crates-io]
replace-with = \"vendored-sources\"
[source.\"git+https://github.com/Cisco-Talos/onenote.rs.git?branch=CLAM-2329-new-from-slice\"]
git = \"hhttps://github.com/Cisco-Talos/onenote.rs.git\"
branch = \"CLAM-2329-new-from-slice\"
replace-with = \"vendored-sources\"
[source.vendored-sources]
directory = \".cargo/vendor\"
"