bootproof/Cargo.toml

27 lines
607 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"
repository = "https://github.com/jamestmartin/bootproof"
2020-07-15 13:22:50 -07:00
license = "GPL-3.0+"
publish = false
2020-07-12 22:55:13 -07:00
[dependencies.log]
version = "0.4.17"
default-features = false
[dependencies.pc-screen-font]
git = "https://github.com/jamestmartin/pc-screen-font"
rev = "aa3d7a09ee5d0ee632676fbbabea8fcaf570b83d"
[dependencies.num-integer]
version = "0.1.45"
default-features = false
[target.'cfg(target_os = "uefi")'.dependencies]
uefi = "0.16"
[target.'cfg(target_arch = "x86_64")'.dependencies]
x86_64 = "0.14.9"