From cc626d686cceed84e45d21bf32514a3a3f8e2b11 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 4 Jan 2023 13:38:28 +0100 Subject: feat(tvix/derivation): implement Derivation::validate() Change-Id: I87dfadda872439e108e5f678a5da63dd5b1915d1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7732 Reviewed-by: tazjin Tested-by: BuildkiteCI --- tvix/derivation/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/derivation/Cargo.toml') diff --git a/tvix/derivation/Cargo.toml b/tvix/derivation/Cargo.toml index ec998c446508..b63b3ab9fd57 100644 --- a/tvix/derivation/Cargo.toml +++ b/tvix/derivation/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1.0.68" glob = "0.3.0" serde = { version = "1.0", features = ["derive"] } sha2 = "0.10.6" -- cgit 1.4.1