bootimage 0.2.7

Tool to create a bootable OS image from a kernel binary.
[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
description = "Tool to create a bootable OS image from a kernel binary."
license = "MIT/Apache-2.0"
name = "bootimage"
version = "0.2.7"
repository = "https://github.com/rust-osdev/bootimage"

[dependencies]
byteorder = "1.2.1"
toml = "0.4.5"
xmas-elf = "0.6.1"
cargo_metadata = "0.5.3"
tempdir = "0.3.7"