diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2019-03-31 13:46:20 +0200 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2019-03-31 13:46:20 +0200 |
commit | d9f9b4f614388198e485aadc54c792ada7c3fce0 (patch) | |
tree | 230ab71a0422c0a9b7b57e9148c5849ef2c75512 /Cargo.toml | |
parent | 50223ad02e2f487540107e320c8bef40a9849582 (diff) | |
download | ads1x1x-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |