feat(tvix/store): implement Directory::validate()

Change-Id: I4c6ae79d705b8e19a3e2ed54812366e88935d7a6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7650
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2022-12-27 18:10:46 +01:00 committed by flokli
parent 0c7e545fd0
commit 7163d3ad37
4 changed files with 351 additions and 13 deletions

View file

@ -4,9 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.68"
blake3 = { version = "1.3.1", features = ["rayon", "std"] }
lazy_static = "1.4.0"
prost = "0.11.2"
thiserror = "1.0.38"
tonic = "0.8.2"
[build-dependencies]