move manifest to its own db, zstd dictionary compression

This commit is contained in:
Dylan Knutson
2024-04-27 10:57:09 -07:00
parent 20dcf84c91
commit 182584cbe9
8 changed files with 510 additions and 319 deletions

View File

@@ -30,7 +30,8 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"
reqwest = { version = "0.12.4", features = ["json", "multipart", "blocking"] }
hex = "0.4.3"
zstd = "0.13.1"
zstd = { version = "0.13.1", features = ["experimental"] }
ouroboros = "0.18.3"
[dev-dependencies]
rstest = "0.19.0"