diff options
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" | ||
