42-archive/kernel-rs/Cargo.toml
Jack Halford 098d222fc1 int
2018-03-26 15:18:28 +02:00

17 lines
356 B
TOML

[package]
name = "bluesnow"
version = "0.1.0"
authors = ["Jack Halford <jack@crans.org>", "William Escande <wescande@student.42.fr>"]
[lib]
crate-type = ["staticlib"]
[dependencies]
rlibc = "1.0"
bitflags = "1.0.1"
multiboot2 = { path = "multiboot2-elf64" }
x86 = { path = "x86" }
[dependencies.lazy_static]
version = "1.0.0"
features = ["spin_no_std"]