broker: sqlite-backed (survives hive-c0re restart)
This commit is contained in:
parent
af464e27f4
commit
d220720f6a
6 changed files with 90 additions and 27 deletions
|
|
@ -14,6 +14,7 @@ version = "0.1.0"
|
|||
anyhow = "1"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
hive-sh4re = { path = "hive-sh4re" }
|
||||
rusqlite = { version = "0.37", features = ["bundled"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tokio = { version = "1", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "time"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue