From 0a4a0d1c6ba20ba764da84568fabc6799cf9b0f1 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 11 Nov 2022 23:40:09 +0000 Subject: feat(tvix/store): add size() and digest() functions for Directory Change-Id: I3a9e3c77da1d5d7bfb93da0cd7bce8d48dbc8cd4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7254 Reviewed-by: Adam Joseph Reviewed-by: tazjin Tested-by: BuildkiteCI --- tvix/store/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/store/Cargo.toml') diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 1b758be64b72..c807da760ab5 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +blake3 = { version = "1.3.1", features = ["rayon", "std"] } prost = "0.11.2" [build-dependencies] -- cgit 1.4.1