blob: 923ccbb7dc611ec26f64f54e415005ba60ee71a5 [file] [log] [blame]
licenses(["notice"])
exports_files(["LICENSE"])
proto_library(
name = "proto",
srcs = glob(["*.proto"]),
cc_api_version = 2,
compatible_with = ["//buildenv/target:appengine"],
deps = [
"//google/protobuf:duration",
],
)