Files
blog_os/Cargo.toml
Tim Crawford e54cfa4378 Update bitflags to 0.9.1 (#347)
Signed-off-by: Tim Crawford <crawfxrd@gmail.com>
2017-08-05 12:33:56 +08:00

25 lines
429 B
TOML

[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
name = "blog_os"
version = "0.1.0"
[dependencies]
bit_field = "0.7.0"
bitflags = "0.9.1"
multiboot2 = "0.1.0"
once = "0.3.2"
rlibc = "1.0"
spin = "0.4.5"
volatile = "0.1.0"
x86_64 = "0.1.2"
[dependencies.hole_list_allocator]
path = "libs/hole_list_allocator"
[dependencies.lazy_static]
features = ["spin_no_std"]
version = "0.2.1"
[lib]
crate-type = ["staticlib"]