Skip to content

Commit

Permalink
Update server
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Dec 21, 2021
1 parent 86896c6 commit 58ff241
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 91 deletions.
11 changes: 11 additions & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ anachro-icd = { version = "0.2.0", path = "../icd" }
heapless = "0.7.8"
postcard = "0.7.2"
defmt = "0.3.0"

[dependencies.byte-slab]
version = "0.2.2"
default-features = false
features = ["defmt"]
# TODO: How to activate defmt features conditionally?
# For now, the client needs to activate the defmt feature
# if they want it

[dependencies.byte-slab-derive]
version = "0.2.1"
Loading

0 comments on commit 58ff241

Please sign in to comment.