42-archive/kernel-rs/Cargo.toml
2018-04-05 12:25:53 +02:00

22 lines
492 B
TOML

[package]
name = "bluesnow"
version = "0.1.0"
authors = ["Jack Halford <j@crans.org>", "William Escande <wescande@student.42.fr>"]
[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
x86 = { path = "x86" } # forked for IA32
raw-cpuid = { path = "rust-cpuid" } # forked for IA32
[dependencies.lazy_static]
version = "1.0.0"
features = ["spin_no_std"]