You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
503 B
32 lines
503 B
[package]
|
|
name = "blog_os"
|
|
version = "0.1.0"
|
|
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[features]
|
|
use_apic = []
|
|
test = []
|
|
qemu_auto_exit = []
|
|
|
|
[dependencies]
|
|
bit_field = "0.7.0"
|
|
rlibc = "1.0"
|
|
volatile = "0.1.0"
|
|
spin = "0.4.5"
|
|
multiboot2 = "0.1.0"
|
|
bitflags = "1.0"
|
|
x86_64 = "0.1.2"
|
|
once = "0.3.3"
|
|
linked_list_allocator = "0.5.0"
|
|
redox_syscall = "0.1.37"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
|
|
[dependencies.lazy_static]
|
|
version = "1.0.0"
|
|
features = ["spin_no_std"]
|