Working db rewrite using fjall

This commit is contained in:
ppom 2025-05-14 12:00:00 +02:00
commit 9c8be2f2de
No known key found for this signature in database
7 changed files with 190 additions and 780 deletions

View file

@ -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]