mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-26 09:53:28 +04:00
16 lines
251 B
TOML
16 lines
251 B
TOML
[package]
|
|
name = "blog_os"
|
|
version = "0.1.0"
|
|
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
rlibc = "1.0"
|
|
volatile = "0.1.0"
|
|
spin = "0.4.5"
|
|
multiboot2 = "0.1.0"
|
|
bitflags = "0.7.0"
|
|
x86_64 = "0.1.2"
|