bme680-rust/ci/no_std_test/Cargo.toml

10 lines
182 B
TOML
Raw Normal View History

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