bme680-rust/Cargo.toml
dependabot[bot] b5a21cdb8d Bump i2cdev from 0.3.2 to 0.4.0
Bumps [i2cdev](https://github.com/rust-embedded/rust-i2cdev) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/rust-embedded/rust-i2cdev/releases)
- [Commits](https://github.com/rust-embedded/rust-i2cdev/compare/0.3.2...0.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-25 20:55:39 +02:00

19 lines
464 B
TOML

[package]
name = "bme680"
version = "0.3.1"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
description = "A pure Rust implementation for the BME680 environmental sensor."
repository = "https://github.com/marcelbuesing/bme680-hal"
documentation = "https://docs.rs/bme680"
license = "MIT"
[dependencies]
bitflags = "1.0"
embedded-hal = "0.2"
log = "0.4"
[dev-dependencies]
env_logger = "0.5"
i2cdev = "0.4"
influent = "0.4"
linux-embedded-hal = "0.2"