From c49865d882344ccc18de474fe40286953b51753a Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 20 Nov 2018 20:25:20 +0100 Subject: Make inclusion paths absolute --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3-54-g00ecf