X-Git-Url: https://git.patrickod.com/blog/commit/?a=blobdiff_plain;f=keywing%2FCargo.lock;fp=keywing%2FCargo.lock;h=56bb41201d3fea22bb57ae6a73d68094412b8968;hb=fdaa0cd104dcde008b93d7dadb830508084c45c3;hp=7b27e81104b82ff0c208b1993d3d2ee0a95bf6b9;hpb=f0c087b3c6464eab7d19a3a7b8c8835aff3cc6c1;p=keywing-rs.git diff --git a/keywing/Cargo.lock b/keywing/Cargo.lock index 7b27e81..56bb412 100644 --- a/keywing/Cargo.lock +++ b/keywing/Cargo.lock @@ -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)",