diff --git a/cmake/FindRust.cmake b/cmake/FindRust.cmake index 9ce0850a18..4d68650982 100644 --- a/cmake/FindRust.cmake +++ b/cmake/FindRust.cmake @@ -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\" "