Files
blog_os/Cargo.toml
Philipp Oppermann e09df45b9b Use volatile operations for accessing the VGA buffer
(cherry picked from commit d7a445b1bb)
2016-10-08 15:55:28 +02:00

33 lines
484 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.2.1"
rlibc = "0.1.4"
spin = "0.3.4"
volatile = "0.1.0"
[dependencies.hole_list_allocator]
path = "libs/hole_list_allocator"
[dependencies.x86]
default-features = false
version = "0.7.1"
[lib]
crate-type = ["staticlib"]
[workspace]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"