diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 20:25:20 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-20 20:25:20 +0100 |
commit | c49865d882344ccc18de474fe40286953b51753a (patch) | |
tree | f829d121c34aaf35b79d4f85d44681e797c3f138 /Cargo.toml | |
parent | ad572b64eb0e99f269297d8de19d709ef66d3f24 (diff) | |
download | ads1x1x-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.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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] |