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"
documentation = "https://docs.rs/ds323x"
include = [
"**/*.rs",
"Cargo.toml",
"README.md",
"CHANGELOG.md",
"LICENSE-MIT",
"LICENSE-APACHE",
"/**/*.rs",
"/Cargo.toml",
"/README.md",
"/CHANGELOG.md",
"/LICENSE-MIT",
"/LICENSE-APACHE",
]
[badges]