mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
18a33169b8
This allows us and users to reproducibly build verified versions of the library with checksums. It will power the toktok-stack continuous build with checked-in checksums at specific git revisions.
8 lines
125 B
Python
8 lines
125 B
Python
cc_library(
|
|
name = "misc_tools",
|
|
hdrs = [
|
|
"misc_tools.c",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|