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"]