aboutsummaryrefslogtreecommitdiff
path: root/bunny/Cargo.toml
blob: 119113b391fe102bfac234dd11bac3dfb18ca9e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bunny"
version = "0.1.0"
authors = ["Nick Shipp <nick@shipp.ninja>"]
build = "build.rs"
edition = "2018"

[dependencies]
uefi = { path = "uefi-rs" }
uefi-exts = { path = "uefi-rs/uefi-exts" }
uefi-services = { path = "uefi-rs/uefi-services" }
x86_64 = "*"
volatile = "*"
log = "*"