From 1aa9ea2810e5b7d373b959e1db91ced2efddebc9 Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 10 Jul 2019 03:09:42 -0700 Subject: [PATCH] Add some crates --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 730999c..f0d0152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,9 @@ panic = "abort" [dependencies] bootloader = "0.6.0" volatile = "0.2.6" +spin = "0.5.0" + +[dependencies.lazy_static] +version = "1.3.0" +features = ["spin_no_std"]