LiteRT-LM / BUILD.nanobind_json
SeaWolf-AI's picture
Upload full LiteRT-LM codebase
5f923cd verified
load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "nanobind_json",
hdrs = ["include/nanobind_json/nanobind_json.hpp"],
includes = ["include"],
visibility = ["//visibility:public"],
deps = [
"@nlohmann_json//:json",
"@nanobind",
],
)