Files
blog_os/Cargo.toml
Philipp Oppermann d790fc20e5 Add an allocator
2015-10-09 17:52:00 +02:00

22 lines
373 B
TOML

[package]
name = "blog_os"
version = "0.1.0"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
[lib]
crate-type = ["staticlib"]
[dependencies]
rlibc = "*"
spin = "*"
[dependencies.bitflags]
git = "https://github.com/phil-opp/bitflags.git"
branch = "no_std"
[dependencies.multiboot2]
path = "../multiboot2"
[dependencies.allocator]
path = "src/memory/alloc/allocator"