aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTianhao Wang <wth@riseup.net>2024-02-25 04:58:49 +0100
committerTianhao Wang <shrik3@mailbox.org>2024-06-11 15:13:39 +0200
commit8f3056df6945674f558073191b8f351f98d0b44a (patch)
tree7c5626e1d5cdd871484f9d42e5f32da739a9add1 /Cargo.toml
parentbef6d67f63125310dee0bb437175d660eaeab4a3 (diff)
include bit-vec
Diffstat (limited to 'Cargo.toml')
-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"