mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
Working db rewrite using fjall
This commit is contained in:
parent
2facac9fbd
commit
9c8be2f2de
7 changed files with 190 additions and 780 deletions
|
|
@ -31,7 +31,6 @@ assets = [
|
|||
bincode = "1.3.3"
|
||||
chrono = { version = "0.4.38", features = ["std", "clock", "serde"] }
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
heed = "0.22.0"
|
||||
jrsonnet-evaluator = "0.4.2"
|
||||
nix = { version = "0.29.0", features = ["signal"] }
|
||||
num_cpus = "1.16.0"
|
||||
|
|
@ -46,7 +45,6 @@ tokio = { version = "1.40.0", features = ["full", "tracing"] }
|
|||
tokio-util = { version = "0.7.12", features = ["codec"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
sled = "0.34.7"
|
||||
fjall = "2.10.0"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue