From edfe18b19653288bce89a610dd9640f39a12f04d Mon Sep 17 00:00:00 2001 From: Ivan Nikulin Date: Sat, 5 Aug 2023 14:32:02 +0100 Subject: [PATCH] Add missing cmake files to the package --- boring-sys/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/boring-sys/Cargo.toml b/boring-sys/Cargo.toml index f818df26..1b938fd2 100644 --- a/boring-sys/Cargo.toml +++ b/boring-sys/Cargo.toml @@ -16,6 +16,7 @@ include = [ "/*.md", "/*.toml", "/LICENSE-MIT", + "/cmake/*.cmake", "/deps/boringssl/**/*.[chS]", "/deps/boringssl/**/*.asm", "/deps/boringssl/sources.json",