Skip to content

Commit

Permalink
Cargo+Rust: add git repo source as vendored source
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Dec 19, 2023
1 parent 9a1194c commit 13015db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/FindRust.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ function(cargo_vendor)
[source.crates-io]
replace-with = \"vendored-sources\"
[source."git+https://github.com/micahsnyder/onenote.rs.git?branch=CLAM-2329-new-from-slice"]
git = "https://github.com/micahsnyder/onenote.rs.git"
branch = "CLAM-2329-new-from-slice"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = \".cargo/vendor\"
"
Expand Down

0 comments on commit 13015db

Please sign in to comment.