From b5a2b058cd4fecb2b39cc32bca498595b24e1f9c Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 17 Oct 2023 15:28:08 +0000 Subject: [PATCH] Fix cmake build --- cmake/components/rust-{{project-name}}/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/components/rust-{{project-name}}/Cargo.toml b/cmake/components/rust-{{project-name}}/Cargo.toml index ecd4b36..030ba9a 100644 --- a/cmake/components/rust-{{project-name}}/Cargo.toml +++ b/cmake/components/rust-{{project-name}}/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" rust-version = "1.71" [lib] +path = "src/lib.rs" crate-type = ["staticlib"] [profile.release]