This commit is contained in:
Philipp Oppermann
2016-05-25 12:03:56 +02:00
parent 74f33c0f44
commit 59382699d0
6 changed files with 397 additions and 75 deletions

View File

@@ -4,15 +4,12 @@ name = "blog_os"
version = "0.1.0"
[dependencies]
bit_field = "0.1.0"
bitflags = "0.7.0"
once = "0.2.1"
rlibc = "0.1.4"
spin = "0.3.4"
[dependencies.bit-field]
git = "https://github.com/phil-opp/rust-bit-field.git"
optional = false
[dependencies.hole_list_allocator]
path = "libs/hole_list_allocator"