Improve file inclusion pattern

pull/4/head
Diego Barrios Romero 2019-04-08 19:03:28 +02:00
parent 0222a79f0d
commit ab3739c7c3
1 changed files with 6 additions and 6 deletions

View File

@ -11,12 +11,12 @@ categories = ["embedded", "hardware-support", "no-std"]
homepage = "https://github.com/eldruin/ds323x-rs" homepage = "https://github.com/eldruin/ds323x-rs"
documentation = "https://docs.rs/ds323x" documentation = "https://docs.rs/ds323x"
include = [ include = [
"**/*.rs", "/**/*.rs",
"Cargo.toml", "/Cargo.toml",
"README.md", "/README.md",
"CHANGELOG.md", "/CHANGELOG.md",
"LICENSE-MIT", "/LICENSE-MIT",
"LICENSE-APACHE", "/LICENSE-APACHE",
] ]
[badges] [badges]