bme680-rust/Cargo.toml

10 lines
179 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-04-19 20:42:49 +00:00
byteorder = "1.2"
2018-04-18 21:14:42 +00:00
embedded-hal = "0.1"