chore(tvix/store): add fastcdc crate

This is used for content-defined chunking.

Change-Id: I10345372cecb9a643cc51ca45aa5b77d2a05198a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7889
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-01-21 14:18:51 +01:00 committed by flokli
parent 4614db2f83
commit 1a84e3e6d8
3 changed files with 24 additions and 6 deletions

7
tvix/Cargo.lock generated
View file

@ -616,6 +616,12 @@ dependencies = [
"str-buf",
]
[[package]]
name = "fastcdc"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8093ae083a5098c6ac2e898350c704b2c70d092f9a5c0ad6f43703ec89a872b1"
[[package]]
name = "fastrand"
version = "1.8.0"
@ -2451,6 +2457,7 @@ dependencies = [
"blake3",
"clap 4.0.32",
"data-encoding",
"fastcdc",
"lazy_static",
"prost",
"prost-build",