aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4ac458d..d93e708 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,13 +38,13 @@ features = [
]
[build-dependencies]
-molybdos_build = { git = "https://pub.npry.dev/molybdos" }
+molybdos_build = { git = "https://pub.npry.dev/molybdos", features = ["defmt", "vergen"] }
[patch]
-"https://pub.npry.dev/molybdos".molybdos = { path = "../molybdos" }
-"https://pub.npry.dev/veml7700_async".veml7700_async = { path = "../../fork/veml7700" }
-"https://pub.npry.dev/drogue_bme680_async".drogue_bme680_async = { path = "../../fork/drogue_bme680_async" }
-"https://pub.npry.dev/lsm6dsm".lsm6dsm = { path = "../lsm6dsm" }
+#"https://pub.npry.dev/molybdos".molybdos = { path = "../molybdos" }
+#"https://pub.npry.dev/veml7700_async".veml7700_async = { path = "../../fork/veml7700" }
+#"https://pub.npry.dev/drogue_bme680_async".drogue_bme680_async = { path = "../../fork/drogue_bme680_async" }
+#"https://pub.npry.dev/lsm6dsm".lsm6dsm = { path = "../lsm6dsm" }
[patch."https://github.com/embassy-rs/embassy"]
embassy-sync = { git = "https://github.com/mammothbane/embassy" }