diff --git a/Cargo.toml b/Cargo.toml index b48a3ed..0801bbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,16 @@ according to Unicode Standard Annex #11 rules. edition = "2021" rust-version = "1.66" -exclude = ["/.github/*"] +include = [ + "COPYRIGHT", + "LICENSE-MIT", + "LICENSE-APACHE", + "README.md", + "CARGO.toml", + "src/**/*.rs", + "benches/**/*.rs", + "tests/**/*.rs", +] [dependencies] std = { version = "1.0", package = "rustc-std-workspace-std", optional = true }