comparison npc/BUILD @ 181:a2720eac50ce

[NPC] Adding JSON RPC protocol for MPC endpoints
author June Park <parkjune1995@gmail.com>
date Fri, 23 Jan 2026 21:07:08 -0800
parents
children
comparison
equal deleted inserted replaced
180:3a4ebe4552bf 181:a2720eac50ce
1 load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
2
3 cc_binary(
4 name = "npc",
5 srcs = ["main.c"],
6 deps = ["//seobeo:seobeo_tcp_server"],
7 )