42-archive/kernel-rs/Cargo.toml
2018-02-08 23:02:32 +01:00

12 lines
232 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"
spin = "0.4.5"
volatile = "0.1.0"