From d9f9b4f614388198e485aadc54c792ada7c3fce0 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sun, 31 Mar 2019 13:46:20 +0200 Subject: Improve inclusion pattern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0a3c20..370a081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["embedded", "hardware-support", "no-std"] homepage = "https://github.com/eldruin/ads1x1x-rs" documentation = "https://docs.rs/ads1x1x" include = [ - "**/*.rs", + "/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", -- cgit v1.2.3-54-g00ecf