819c866107
Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Commits](https://github.com/sebasmagri/env_logger/commits/v0.6.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
21 lines
494 B
TOML
21 lines
494 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.6"
|
|
futures = "0.1"
|
|
i2cdev = "0.4"
|
|
influent = "0.5"
|
|
linux-embedded-hal = "0.2"
|
|
tokio = "0.1"
|