mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-05-01 18:23:07 +03:00
Add linter workflow (#33)
This commit is contained in:
4
third_party/blake3/BUILD.bazel
vendored
4
third_party/blake3/BUILD.bazel
vendored
@@ -2,10 +2,12 @@
|
||||
# BLAKE3 is a very fast cryptographic hash function, see README.md for details.
|
||||
#
|
||||
|
||||
licenses(["unencumbered"]) # Creative Commons CC0
|
||||
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["unencumbered"]) # Creative Commons CC0
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
config_setting(
|
||||
|
||||
Reference in New Issue
Block a user