From ba8ad90c1d62f9d200cc67f01756a31d20941987 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Tue, 15 Aug 2023 13:58:48 +0200 Subject: [PATCH] Fix include list --- oqs-sys/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oqs-sys/Cargo.toml b/oqs-sys/Cargo.toml index 8b8f1fc8d5..54ed1b6724 100644 --- a/oqs-sys/Cargo.toml +++ b/oqs-sys/Cargo.toml @@ -10,8 +10,7 @@ repository = "https://github.com/open-quantum-safe/liboqs-rust" license = "MIT OR Apache-2.0" # Exclude certain liboqs files -exclude = ["liboqs/tests/**", "liboqs/docs/**", "liboqs/scripts/**"] -include = ["liboqs/.Cmake/**"] +include = ["README.md", "build.rs", "src/**", "liboqs/.CMake/**", "liboqs/src/**", "liboqs/tests/**", "liboqs/*.txt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html