Files
blog_os/Cargo.toml
2016-04-12 00:47:05 +02:00

27 lines
470 B
TOML

[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
name = "blog_os"
version = "0.1.0"
[dependencies]
once = "0.2.1"
rlibc = "0.1.4"
spin = "0.3.4"
[dependencies.bitflags]
features = ["no_std"]
version = "0.4.0"
[dependencies.hole_list_allocator]
path = "libs/hole_list_allocator"
[dependencies.multiboot2]
git = "https://github.com/phil-opp/multiboot2-elf64"
[dependencies.x86]
default-features = false
version = "0.6.0"
[lib]
crate-type = ["staticlib"]