From 5a7617e4d524a74a4fb21f956fead71e789c454c Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sat, 14 Sep 2024 17:37:48 -0500 Subject: Start of a platform-independent paging interface. --- crates/kernel/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/kernel/Cargo.toml') diff --git a/crates/kernel/Cargo.toml b/crates/kernel/Cargo.toml index cbdac2a..6c28dd8 100644 --- a/crates/kernel/Cargo.toml +++ b/crates/kernel/Cargo.toml @@ -7,6 +7,8 @@ edition = "2021" crate-type = ["staticlib"] [dependencies] +allocator-api2 = { version = "0.2.18", default-features = false } +bitflags = { version = "2.6.0", default-features = false } cfg-if = { version = "1.0.0", default-features = false } contracts = { version = "0.6.3", default-features = false } either = { version = "1.13.0", default-features = false } -- cgit v1.2.3