https://github.com/google/tink
Revision 5e283061bcf513eb1c33faa6688ab5556ba4f226 authored by ckl on 29 April 2020, 15:08:51 UTC, committed by Copybara-Service on 29 April 2020, 15:09:19 UTC
1 parent 67cffab
Raw File
Tip revision: 5e283061bcf513eb1c33faa6688ab5556ba4f226 authored by ckl on 29 April 2020, 15:08:51 UTC
Minor clean up of the documentation embedded in the example WORKSPACE files.
Tip revision: 5e28306
WORKSPACE
workspace(name = "tink_base")

load("@tink_base//:tink_base_deps.bzl", "tink_base_deps")

tink_base_deps()

load("@tink_base//:tink_base_deps_init.bzl", "tink_base_deps_init")

tink_base_deps_init()
back to top