aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b858d96..1d96a55 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,8 @@ license = "eupl-1.2"
[dependencies]
spin = "0.9.8"
bitflags = "2.4.2"
+# TODO make my own heap allocator
+linked_list_allocator = "0.10.5"
[dependencies.lazy_static]
version = "1.4"