Files
blog_os/Cargo.toml
Philipp Oppermann 287e43a5c4 Use crates.io version of multiboot2
(cherry picked from commit c6b1346956)
2016-09-27 13:57:25 +02:00

36 lines
538 B
TOML

[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
name = "blog_os"
version = "0.1.0"
[dependencies]
bit_field = "0.5.0"
bitflags = "0.7.0"
multiboot2 = "0.1.0"
once = "0.3.2"
rlibc = "0.1.4"
spin = "0.3.4"
[dependencies.hole_list_allocator]
path = "libs/hole_list_allocator"
[dependencies.x86]
default-features = false
version = "0.7.1"
[dependencies.lazy_static]
version = "0.2.1"
features = ["spin_no_std"]
[lib]
crate-type = ["staticlib"]
[workspace]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"