https://github.com/google/tink
Raw File
Tip revision: 1f4cd38874ec0be85f5aa55ba86d95d18c3fd965 authored by Copybara-Service on 17 April 2024, 10:22:21 UTC
Merge pull request #735 from tink-crypto:dependabot/pip/python/examples/idna-3.7
Tip revision: 1f4cd38
tink_cc_deps_init.bzl
"""Initialization of dependencies of C++ Tink."""

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

def tink_cc_deps_init():
    """Initializes dependencies of C++ Tink."""

    # Initialize Protobuf dependencies.
    protobuf_deps()
back to top