mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-09 20:40:01 +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 = ["heed"]
|
||||||
# default = ["redb"]
|
# default = ["redb"]
|
||||||
# default = ["redb-memory"]
|
# default = ["redb-memory"]
|
||||||
heed = []
|
heed = ["dep:cuprate-helper"]
|
||||||
redb = ["dep:redb"]
|
redb = ["dep:redb"]
|
||||||
redb-memory = ["redb"]
|
redb-memory = ["redb"]
|
||||||
|
|
||||||
[dependencies]
|
[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"] }
|
bytemuck = { version = "1.18.0", features = ["must_cast", "derive", "min_const_generics", "extern_crate_alloc"] }
|
||||||
bytes = { workspace = true }
|
bytes = { workspace = true }
|
||||||
|
|
Loading…
Reference in a new issue