aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e1f0ab7eda5ee8d0fe862c67126c8ed8e8124065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "bosch-bme690"
version = "0.1.0"
edition = "2024"
authors = ["AI Generated"]
description = "AI-generated Rust port of the official Bosch BME690 environmental sensor driver"
repository = "https://github.com/boschsensortec/BME690_SensorAPI"
license = "BSD-3-Clause"

[dependencies]
embedded-hal = "1.0.0"
embedded-hal-async = "1.0.0"