summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2019-03-31 13:46:20 +0200
committerDiego Barrios Romero <eldruin@gmail.com>2019-03-31 13:46:20 +0200
commitd9f9b4f614388198e485aadc54c792ada7c3fce0 (patch)
tree230ab71a0422c0a9b7b57e9148c5849ef2c75512 /Cargo.toml
parent50223ad02e2f487540107e320c8bef40a9849582 (diff)
downloadads1x1x-async-d9f9b4f614388198e485aadc54c792ada7c3fce0.tar.gz
ads1x1x-async-d9f9b4f614388198e485aadc54c792ada7c3fce0.tar.xz
ads1x1x-async-d9f9b4f614388198e485aadc54c792ada7c3fce0.zip
Improve inclusion pattern
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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",