aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
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]
2name = "bosch-bme690"
3version = "0.1.0"
4edition = "2024"
5authors = ["AI Generated"]
6description = "AI-generated Rust port of the official Bosch BME690 environmental sensor driver"
7repository = "https://github.com/boschsensortec/BME690_SensorAPI"
8license = "BSD-3-Clause"
9
10[dependencies]
11embedded-hal = "1.0.0"
12embedded-hal-async = "1.0.0"