diff --git a/cmake/components/rust-{{project-name}}/Cargo.toml b/cmake/components/rust-{{project-name}}/Cargo.toml index 030ba9a..ecd4b36 100644 --- a/cmake/components/rust-{{project-name}}/Cargo.toml +++ b/cmake/components/rust-{{project-name}}/Cargo.toml @@ -6,7 +6,6 @@ edition = "2021" rust-version = "1.71" [lib] -path = "src/lib.rs" crate-type = ["staticlib"] [profile.release]