summaryrefslogtreecommitdiff
path: root/firmware/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pinot <texitoi@texitoi.eu>2020-08-05 00:24:04 +0200
committerGuillaume Pinot <texitoi@texitoi.eu>2020-08-05 00:24:04 +0200
commitb2c4ee62884d1361ab74f52bc81721dcc8f6d557 (patch)
tree07c700b9dd64d88962122385c83f49a8174ce484 /firmware/Cargo.toml
parent0a9f2cca71889e78fb0bad31a63fdb6c8e54e20f (diff)
some cleanups
Diffstat (limited to 'firmware/Cargo.toml')
-rw-r--r--firmware/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Cargo.toml b/firmware/Cargo.toml
index b2a31b1..de35114 100644
--- a/firmware/Cargo.toml
+++ b/firmware/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "keyberon-f4"
+name = "keyseebee"
version = "0.1.0"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
edition = "2018"
@@ -10,7 +10,7 @@ cortex-m = "0.6"
cortex-m-rt = { version = "0.6.10", features = ["device"] }
panic-halt = "0.2.0"
keyberon = { git = "https://github.com/TeXitoi/keyberon" }
-cortex-m-rtfm = "0.5"
+cortex-m-rtic = "0.5"
generic-array = "0.13"
embedded-hal = "0.2"
usb-device = "0.2.0"