mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-08 20:09:44 +00:00
!!
This commit is contained in:
parent
0e687cc3ff
commit
d354b37e10
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ keywords = ["cuprate", "database"]
|
|||
default = ["heed"]
|
||||
# default = ["redb"]
|
||||
# default = ["redb-memory"]
|
||||
heed = []
|
||||
heed = ["dep:cuprate-helper"]
|
||||
redb = ["dep:redb"]
|
||||
redb-memory = ["redb"]
|
||||
|
||||
[dependencies]
|
||||
cuprate-helper = { workspace = true, features = ["cast"] }
|
||||
cuprate-helper = { workspace = true, features = ["cast"], optional = true }
|
||||
|
||||
bytemuck = { version = "1.18.0", features = ["must_cast", "derive", "min_const_generics", "extern_crate_alloc"] }
|
||||
bytes = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue