]> patrickod personal git archive - keywing-rs.git/blobdiff - keywing/Cargo.lock
Working little text editor
[keywing-rs.git] / keywing / Cargo.lock
index 7b27e81104b82ff0c208b1993d3d2ee0a95bf6b9..56bb41201d3fea22bb57ae6a73d68094412b8968 100644 (file)
@@ -25,6 +25,13 @@ dependencies = [
  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
+[[package]]
+name = "bbq10kbd"
+version = "0.1.0"
+dependencies = [
+ "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
 [[package]]
 name = "byteorder"
 version = "1.3.2"
@@ -285,6 +292,7 @@ dependencies = [
 name = "tiny-nrf52"
 version = "0.1.0"
 dependencies = [
+ "bbq10kbd 0.1.0",
  "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "cortex-m-rt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "embedded-graphics 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",