aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@npry.dev>2024-11-11 11:59:31 -0500
committerNathan Perry <np@npry.dev>2024-11-11 11:59:31 -0500
commit6c9e373cb60c36d77544932131648ed64f6a72b2 (patch)
treef12371140459b72e944dfdb6dbac005223328d2b /Cargo.toml
parent363a165eb015a3018c4903c46fdf4963dab612d4 (diff)
wip net changes
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"