From 8f3056df6945674f558073191b8f351f98d0b44a Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Sun, 25 Feb 2024 04:58:49 +0100 Subject: include bit-vec --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-70-g09d2