summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-20 20:25:20 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-20 20:25:20 +0100
commitc49865d882344ccc18de474fe40286953b51753a (patch)
treef829d121c34aaf35b79d4f85d44681e797c3f138 /Cargo.toml
parentad572b64eb0e99f269297d8de19d709ef66d3f24 (diff)
downloadads1x1x-async-c49865d882344ccc18de474fe40286953b51753a.tar.gz
ads1x1x-async-c49865d882344ccc18de474fe40286953b51753a.tar.xz
ads1x1x-async-c49865d882344ccc18de474fe40286953b51753a.zip
Make inclusion paths absolute
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5bd26a8..2a15f77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,11 +12,11 @@ homepage = "https://github.com/eldruin/ads1x1x-rs"
documentation = "https://docs.rs/ads1x1x"
include = [
"**/*.rs",
- "Cargo.toml",
- "README.md",
- "CHANGELOG.md",
- "LICENSE-MIT",
- "LICENSE-APACHE",
+ "/Cargo.toml",
+ "/README.md",
+ "/CHANGELOG.md",
+ "/LICENSE-MIT",
+ "/LICENSE-APACHE",
]
[badges]