aboutsummaryrefslogtreecommitdiff
path: root/bunny/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bunny/Cargo.toml')
-rw-r--r--bunny/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/bunny/Cargo.toml b/bunny/Cargo.toml
new file mode 100644
index 0000000..5f6ae9d
--- /dev/null
+++ b/bunny/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "bunny"
+version = "0.1.0"
+authors = ["Nick Shipp <nick@shipp.ninja>"]
+build = "build.rs"
+
+[dependencies]
+efi = { path = "libefi" }
+x86_64 = "*"
+volatile = "*"