Merge branch 'next' into 'next'

refactor:moved key watch wake logic to specific module

See merge request famedly/conduit!238
This commit is contained in:
Timo Kösters 2022-01-13 10:27:56 +00:00
commit 0ec26b7e96
5 changed files with 70 additions and 83 deletions

View file

@ -87,7 +87,7 @@ sha-1 = "0.9.8"
default = ["conduit_bin", "backend_sqlite"]
backend_sled = ["sled"]
backend_sqlite = ["sqlite"]
backend_heed = ["heed", "crossbeam"]
backend_heed = ["heed", "crossbeam", "parking_lot"]
sqlite = ["rusqlite", "parking_lot", "crossbeam", "tokio/signal"]
conduit_bin = [] # TODO: add rocket to this when it is optional