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

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