aboutsummaryrefslogtreecommitdiff
path: root/bunny/Cargo.toml
blob: d267550b880971c6a2be12a84d92c6d695c0f07a (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 = "*"
uefi-services = "*"
x86_64 = "*"
volatile = "*"
log = { version = "*", default-features = false }
rlibc = "*"