diff options
| author | Nathan Perry <np@npry.dev> | 2024-11-11 11:59:31 -0500 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2024-11-11 11:59:31 -0500 |
| commit | 6c9e373cb60c36d77544932131648ed64f6a72b2 (patch) | |
| tree | f12371140459b72e944dfdb6dbac005223328d2b /Cargo.toml | |
| parent | 363a165eb015a3018c4903c46fdf4963dab612d4 (diff) | |
wip net changes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |
