Moves the download of tink-cc to deps.bzl so consumers don't need to add this to their WORKSPACE file.
Should this have a sha256 by the way? Right now it's unversioned since it points to main.
Add filegroup for the PUBLIC_API headers
Add filegroup for the ClearText header (or should this be moved to PUBLIC_API, our project seems to depend on this API and its not declared public here)
Make cleartext public so it can be used by consumers
Changes:
tink-cc
todeps.bzl
so consumers don't need to add this to their WORKSPACE file.sha256
by the way? Right now it's unversioned since it points tomain
.filegroup
for thePUBLIC_API
headersfilegroup
for the ClearText header (or should this be moved toPUBLIC_API
, our project seems to depend on this API and its not declared public here)cleartext
public so it can be used by consumers