Files
blog_os/Cargo.toml
Philipp Oppermann 812396d473 Add bitflags macro
2015-09-15 14:57:08 +02:00

18 lines
300 B
TOML

[package]
name = "blog_os"
version = "0.1.0"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
[lib]
crate-type = ["staticlib"]
[dependencies]
rlibc = "*"
[dependencies.bitflags]
git = "https://github.com/phil-opp/bitflags.git"
branch = "no_std"
[dependencies.multiboot2]
path = "../multiboot2"