aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c1ce753..3a92c9b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,11 +9,18 @@ edition = "2021"
spin = "0.9.8"
bitflags = "2.4.2"
+[dependencies.bit-vec]
+version = "0.6.3"
+default-features = false
[dependencies.num_enum]
version = "0.7.2"
default-features = false
+# rebuild components, instead of using the prebuilt ones.
+# see https://os.phil-opp.com/heap-allocation/#the-allocator-interface
+# [unstable]
+# build-std = ["core", "compiler_builtins", "alloc"]
[dependencies.lazy_static]
version = "1.4"