From ee4634c8e9fe90a7360bf3e272972f0758e7fd3b Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 18 Nov 2024 17:52:40 +0100 Subject: Add RehashDigest function --- src/buildtool/execution_api/utils/TARGETS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/buildtool/execution_api/utils/TARGETS') diff --git a/src/buildtool/execution_api/utils/TARGETS b/src/buildtool/execution_api/utils/TARGETS index afaabeb0..e54b63f6 100644 --- a/src/buildtool/execution_api/utils/TARGETS +++ b/src/buildtool/execution_api/utils/TARGETS @@ -46,8 +46,10 @@ , "private-deps": [ ["@", "fmt", "", "fmt"] , ["src/buildtool/crypto", "hash_function"] + , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"] , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/storage", "fs_utils"] + , ["src/buildtool/storage", "storage"] ] } } -- cgit v1.2.3