aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 30a881e..d724eb5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,8 @@ members = [
]
exclude = [
- "pio_i2s"
+ "pio_i2s",
+ "test_fw/ui"
]
[workspace.package]
@@ -49,7 +50,7 @@ cortex-m-rt = { version = "0.7", default-features = false }
ocularium_common = { path = "common" }
-reqwless = { version = "0.13", default-features = false, features = ["alloc", "embedded-tls", "defmt"] }
+reqwless = { version = "0.13", default-features = false, features = ["alloc", "defmt"] }
pio = "0.2"