summaryrefslogtreecommitdiff
path: root/kernel/Cargo.toml
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2019-11-03 01:22:02 +0100
committerDennis Kobert <dennis@kobert.dev>2019-11-03 01:22:02 +0100
commitb47731c6fd99d80b1023d906dd4b3bb377e49438 (patch)
tree0777c9eef5c416b5e58e1c44ded42d7b53382c57 /kernel/Cargo.toml
parent41bff6a115b9625747f08651aa8209c6767254da (diff)
Merge: 41bff6a a2d6311
Diffstat (limited to 'kernel/Cargo.toml')
-rw-r--r--kernel/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml
index 2b883f4..e14865e 100644
--- a/kernel/Cargo.toml
+++ b/kernel/Cargo.toml
@@ -11,6 +11,9 @@ crate-type = ["staticlib"]
[package.metadata.cargo-xbuild]
sysroot_path = "target/sysroot"
+[dependencies]
+x86_64 = "0.7.5"
+
[dependencies.compiler_builtins]
version = "0.1.19"
git = "https://github.com/rust-lang/compiler-builtins"