bme680-rust/Cargo.toml

13 lines
217 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]
[build-dependencies]
bindgen = "0.35.0"
2018-04-15 19:31:46 +00:00
bitflags = "1.0.1"
2018-04-11 19:40:48 +00:00
gcc = "0.3.54"