bme680-rust/ci/no_std_test/Cargo.toml
Chris 5ede8096c4
Fix ci build fails
There was some problem with the std examples, so I changed ci to only check a seperate use of the bme680 in a new ci-folder to be no_std compatible.
2019-01-26 10:41:20 +01:00

9 lines
182 B
TOML

[package]
name = "no_std_test"
version = "0.1.0"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
edition = "2018"
[dependencies]
bme680 = { path = "../../"}
log = "0.4"