1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 09:53:28 +04:00
rCore/Cargo.toml

15 lines
234 B
TOML
Raw Normal View History

2017-04-11 17:02:21 +04:00
[package]
name = "blog_os"
version = "0.1.0"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
[lib]
crate-type = ["staticlib"]
2017-04-11 20:25:51 +04:00
[dependencies]
rlibc = "1.0"
volatile = "0.1.0"
spin = "0.4.5"
2017-04-13 19:51:09 +04:00
multiboot2 = "0.1.0"
2017-04-13 20:27:39 +04:00
bitflags = "0.7.0"