From ab3739c7c323d93861e06774a055a9f58bd27512 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 8 Apr 2019 19:03:28 +0200 Subject: [PATCH] Improve file inclusion pattern --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 853e77e..eeb6c90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]