diff options
| author | diogo464 <[email protected]> | 2025-12-16 22:11:04 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-12-16 22:11:04 +0000 |
| commit | bbe6a9302ce52bba5e4db96562b9abea11ef08b0 (patch) | |
| tree | d1795fd46295b30b0d81fb0208680acfdb9ff79a /Cargo.toml | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e1f0ab7 --- /dev/null +++ b/Cargo.toml | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | [package] | ||
| 2 | name = "bosch-bme690" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2024" | ||
| 5 | authors = ["AI Generated"] | ||
| 6 | description = "AI-generated Rust port of the official Bosch BME690 environmental sensor driver" | ||
| 7 | repository = "https://github.com/boschsensortec/BME690_SensorAPI" | ||
| 8 | license = "BSD-3-Clause" | ||
| 9 | |||
| 10 | [dependencies] | ||
| 11 | embedded-hal = "1.0.0" | ||
| 12 | embedded-hal-async = "1.0.0" | ||
