summaryrefslogtreecommitdiff
path: root/firmware/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pinot <texitoi@texitoi.eu>2020-08-19 23:50:42 +0200
committerGuillaume Pinot <texitoi@texitoi.eu>2020-08-19 23:50:42 +0200
commit5a0c87ff029ce985a97f42565f23736109218f40 (patch)
tree055faa2f5491d33836193414a449bc604a6f80dd /firmware/Cargo.toml
parent9365f8ed96f344c772828529725d287516a60814 (diff)
Blind implementation of serial communication
Diffstat (limited to 'firmware/Cargo.toml')
-rw-r--r--firmware/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Cargo.toml b/firmware/Cargo.toml
index de35114..1da11be 100644
--- a/firmware/Cargo.toml
+++ b/firmware/Cargo.toml
@@ -14,6 +14,7 @@ cortex-m-rtic = "0.5"
generic-array = "0.13"
embedded-hal = "0.2"
usb-device = "0.2.0"
+nb = "1.0.0"
[profile.release]
lto = true