Skip to content

Commit

Permalink
Merge pull request #226 from open-quantum-safe/fix-include-lists
Browse files Browse the repository at this point in the history
Fix include lists for real
  • Loading branch information
thomwiggers committed Aug 21, 2023
2 parents db4ba56 + ba8ad90 commit dd71fa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oqs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dd71fa1

Please sign in to comment.