mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
30 lines
470 B
TOML
30 lines
470 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.8.0"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|