diff --git a/Cargo.toml b/Cargo.toml index 1aac6ea..2a0fae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,16 @@ This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. """ -exclude = ["/.github", "/benches/texts", "/scripts/**.rs", "*.txt"] +include = [ + "COPYRIGHT", + "LICENSE-MIT", + "LICENSE-APACHE", + "Cargo.toml", + "src/**/*.rs", + "README.md", + "tests/**/*.rs", + "benches/**/*.rs", +] [features] no_std = [] # This is a no-op, preserved for backward compatibility only.