diff --git a/Cargo.toml b/Cargo.toml index cad769f4610..1e2268e178e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ Random number generators and other randomness functionality. """ keywords = ["random", "rng"] categories = ["algorithms", "no-std"] -exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml", ".gitignore"] autobenches = true edition = "2018" +include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT"] [badges] travis-ci = { repository = "rust-random/rand" } diff --git a/rand_distr/Cargo.toml b/rand_distr/Cargo.toml index d9971562353..d212f460b3d 100644 --- a/rand_distr/Cargo.toml +++ b/rand_distr/Cargo.toml @@ -13,6 +13,7 @@ Sampling from random number distributions keywords = ["random", "rng", "distribution", "probability"] categories = ["algorithms"] edition = "2018" +include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT"] [badges] travis-ci = { repository = "rust-random/rand" }