1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-25 18:37:04 +00:00

Refactor Cargo.toml

This commit is contained in:
Vincent Ollivier 2019-12-30 21:54:12 +01:00
parent 8176dab90c
commit 0556e84e8c

View File

@ -16,7 +16,4 @@ x86_64 = "0.8.1"
pic8259_simple = "0.1.1"
pc-keyboard = "0.5.0"
heapless = "0.5.1"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]
lazy_static = { version = "1.0", features = ["spin_no_std"] }