mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
use dep: syntax in cargo features
This commit is contained in:
parent
daf7b1e678
commit
c0972c2b57
1 changed files with 4 additions and 4 deletions
|
|
@ -75,8 +75,8 @@ nix = { version = "0.28", features = ["resource"] }
|
|||
default = ["backend_rocksdb", "backend_sqlite", "systemd"]
|
||||
|
||||
# Keep sorted
|
||||
backend_rocksdb = ["rocksdb"]
|
||||
backend_rocksdb = ["dep:rocksdb"]
|
||||
backend_sqlite = ["sqlite"]
|
||||
jemalloc = ["tikv-jemallocator"]
|
||||
sqlite = ["rusqlite", "parking_lot", "tokio/signal"]
|
||||
systemd = ["sd-notify"]
|
||||
jemalloc = ["dep:tikv-jemallocator"]
|
||||
sqlite = ["dep:rusqlite", "dep:parking_lot", "tokio/signal"]
|
||||
systemd = ["dep:sd-notify"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue