42-archive/kernel-rs/Cargo.toml

15 lines
314 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"
multiboot2 = { path = "multiboot2-elf64" }
[dependencies.lazy_static]
version = "0.2.4"
features = ["spin_no_std"]