bme680-rust/Cargo.toml
2018-04-19 22:42:49 +02:00

14 lines
249 B
TOML

[package]
name = "bme680-rs"
version = "0.1.0"
build = "build.rs"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
[dependencies]
byteorder = "1.2"
embedded-hal = "0.1"
[build-dependencies]
bindgen = "0.35"
bitflags = "1.0"
gcc = "0.3"