diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-02-25 04:58:49 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:13:39 +0200 |
| commit | 8f3056df6945674f558073191b8f351f98d0b44a (patch) | |
| tree | 7c5626e1d5cdd871484f9d42e5f32da739a9add1 /Cargo.toml | |
| parent | bef6d67f63125310dee0bb437175d660eaeab4a3 (diff) | |
include bit-vec
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |
