blob: 6e2f716bf628c7cb7a3a7605bd01288492ad95de [file] [log] [blame]
# buildifier: disable=bzl-visibility
load("@rules_rust//rust/private:rust.bzl", "rust_library_without_process_wrapper")
rust_library_without_process_wrapper(
name = "tinyjson",
srcs = glob(["src/*.rs"]),
visibility = ["@rules_rust//util/process_wrapper:__pkg__"],
)