Skip to content

Commit

Permalink
Fix include list
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Aug 16, 2023
1 parent 06c7e99 commit 22cafe9
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 = ["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 22cafe9

Please sign in to comment.