bme680-rust/Cargo.toml
2018-05-25 22:57:19 +02:00

15 lines
310 B
TOML

[package]
name = "bme680"
version = "0.1.0"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
repository = "https://github.com/marcelbuesing/bme680-hal"
[dependencies]
bitflags = "1.0"
embedded-hal = "0.2"
log = "0.4"
[dev-dependencies]
env_logger = "0.5"
i2cdev = "0.3"
linux-embedded-hal = "0.2"