Mercurial
view gara/BUILD @ 152:7387eec8e7f8
[Postdog] Updated to use Seobeo_Client instead of CURL. Updated to handle websocket connection.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sun, 11 Jan 2026 07:47:05 -0800 |
| parents | dbf14f84d51c |
| children |
line wrap: on
line source
load("@rules_cc//cc:cc_binary.bzl", "cc_binary") cc_binary( name = "gara_c", srcs = ["main.c"], deps = ["//seobeo:seobeo_min"], )