From 0ae32d45f690eed8f259ac55b4d0d8bbc006baf2 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Sun, 17 Dec 2023 01:22:01 +0100 Subject: feat(tvix/castore): simple filesystem blob service The simple filesystem `BlobService` enable a user to write blob store on an existing filesystem using a prefix-style layout in the provided root directory, e.g. the two first bytes of the blake3 hashes are used as directories prefixes. Change-Id: I3451a688a6f39027b9c6517d853b95a87adb3a52 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10071 Autosubmit: raitobezarius Tested-by: BuildkiteCI Reviewed-by: flokli --- tvix/castore/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/castore/Cargo.toml') diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 468ef8ec3528..2a421280b82b 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -23,6 +23,7 @@ tracing = "0.1.37" url = "2.4.0" walkdir = "2.4.0" bstr = "1.6.0" +async-tempfile = "0.4.0" [dependencies.tonic-reflection] optional = true -- cgit 1.4.1