[package] name = "bluesnow" version = "0.1.0" authors = ["Jack Halford ", "William Escande "] [lib] crate-type = ["staticlib"] [dependencies] rlibc = "1.0" bitflags = "1.0.1" spin = "0.4" slab_allocator = "0.3.1" multiboot2 = { path = "multiboot2-elf64" } # added rsdp tag [dependencies.raw-cpuid] # need to use github/master because of features not yet on crates.io git = "https://github.com/gz/rust-cpuid" features = ["nightly"] [dependencies.x86] # forked for IA32 compat path = "x86" [dependencies.lazy_static] version = "1.0.0" features = ["spin_no_std"]