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

[dependencies]
efi = { path = "libefi" }
x86_64 = "*"
volatile = "*"