summaryrefslogtreecommitdiff
path: root/firmware/Cargo.toml
diff options
context:
space:
mode:
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"