From b2c4ee62884d1361ab74f52bc81721dcc8f6d557 Mon Sep 17 00:00:00 2001 From: Guillaume Pinot Date: Wed, 5 Aug 2020 00:24:04 +0200 Subject: some cleanups --- firmware/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/Cargo.toml') 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 "] 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" -- cgit v1.2.3