Skip to content

Commit

Permalink
Fix the Cargo.toml include list for real
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Aug 16, 2023
1 parent 22cafe9 commit e8ef6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oqs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/open-quantum-safe/liboqs-rust"
license = "MIT OR Apache-2.0"

# Exclude certain liboqs files
include = ["liboqs/.Cmake/**", "liboqs/src/**", "liboqs/tests/**", "liboqs/*.txt"]
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 e8ef6c1

Please sign in to comment.