aboutsummaryrefslogtreecommitdiff
path: root/bunny/Cargo.toml
diff options
context:
space:
mode:
authorNick Shipp <nick@shipp.ninja>2018-09-30 17:05:47 -0400
committerNick Shipp <nick@shipp.ninja>2018-09-30 17:05:47 -0400
commitdf083e306a53e6a45a5730e7059032be43cc75ff (patch)
treed6e54f9fa587e7e001e2e751efad8e76e106b31f /bunny/Cargo.toml
parente8c36b131ac12832bb1d5de0e3a710733fca88ac (diff)
Dirty rotten commit full of badness
Milestone: Got SMP cores booting and into long mode. The rest is all trash, but maybe trash worth a future archaeological dig.
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 = "*"