feat(tvix/store): add ObjectStoreDirectoryService
Change-Id: I1636012be2e8ee3ae64f7bc62fd28bfe0cb2bca5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11668 Autosubmit: yuka <yuka@yuka.dev> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
b080870fd9
commit
6aa1d2c4a8
8 changed files with 332 additions and 11 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
async-compression = { version = "0.4.9", features = ["tokio", "zstd"]}
|
||||
async-stream = "0.3.5"
|
||||
async-tempfile = "0.4.0"
|
||||
blake3 = { version = "1.3.1", features = ["rayon", "std", "traits-preview"] }
|
||||
|
|
@ -21,7 +22,7 @@ prost = "0.12.1"
|
|||
sled = { version = "0.34.7" }
|
||||
thiserror = "1.0.38"
|
||||
tokio-stream = { version = "0.1.14", features = ["fs", "net"] }
|
||||
tokio-util = { version = "0.7.9", features = ["io", "io-util"] }
|
||||
tokio-util = { version = "0.7.9", features = ["io", "io-util", "codec"] }
|
||||
tokio-tar = "0.3.1"
|
||||
tokio = { version = "1.32.0", features = ["fs", "macros", "net", "rt", "rt-multi-thread", "signal"] }
|
||||
tonic = "0.11.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue