summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]