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 authored and shutton committed Jan 19, 2024
1 parent 27c66b1 commit 6dc81cb
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/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\"
"
Expand Down

0 comments on commit 6dc81cb

Please sign in to comment.