bme680-rust/Cargo.toml

13 lines
223 B
TOML
Raw Normal View History

2018-04-11 19:40:48 +00:00
[package]
name = "bme680-rs"
version = "0.1.0"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
[dependencies]
2018-05-16 19:16:28 +00:00
bitflags = "1.0"
2018-05-18 12:57:34 +00:00
embedded-hal = "0.2"
[dev-dependencies]
i2cdev = "0.3"
linux-embedded-hal = "0.2"