bme680-rust/Cargo.toml

15 lines
249 B
TOML
Raw Normal View History

2018-04-11 19:40:48 +00:00
[package]
name = "bme680-rs"
version = "0.1.0"
build = "build.rs"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
[dependencies]
2018-04-19 20:42:49 +00:00
byteorder = "1.2"
2018-04-18 21:14:42 +00:00
embedded-hal = "0.1"
2018-04-11 19:40:48 +00:00
[build-dependencies]
2018-04-18 21:14:42 +00:00
bindgen = "0.35"
bitflags = "1.0"
gcc = "0.3"