bootproof/Cargo.toml

11 lines
236 B
TOML
Raw Normal View History

2020-07-12 22:55:13 -07:00
[package]
name = "bootproof"
version = "0.1.0"
authors = ["James Martin <james@jtmar.me>"]
edition = "2018"
[dependencies]
compiler_builtins = { git = "https://github.com/rust-lang/compiler-builtins" }
uefi = "0.4.6"
x86_64 = "0.11.1"