summaryrefslogtreecommitdiff
path: root/kernel/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Cargo.toml')
-rw-r--r--kernel/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml
index e14865e..660cb80 100644
--- a/kernel/Cargo.toml
+++ b/kernel/Cargo.toml
@@ -13,6 +13,8 @@ sysroot_path = "target/sysroot"
[dependencies]
x86_64 = "0.7.5"
+uart_16550 = "0.2.1"
+spin = "0.5"
[dependencies.compiler_builtins]
version = "0.1.19"