the-algorithm/tweetypie/common/src/scala/com/twitter/tweetypie/jiminy/tweetypie/BUILD
twitter-team 01dbfee4c0 Open-sourcing Tweetypie
Tweetypie is the core Tweet service that handles the reading and writing of Tweet data.
2023-05-19 16:20:06 -05:00

16 lines
537 B
Python

scala_library(
compiler_option_sets = ["fatal_warnings"],
strict_deps = True,
tags = ["bazel-compatible"],
dependencies = [
"finagle/finagle-core/src/main",
"incentives/jiminy/src/main/thrift/com/twitter/incentives/jiminy:thrift-scala",
"tweetypie/servo/util/src/main/scala",
"stitch/stitch-core",
"strato/src/main/scala/com/twitter/strato/client",
"tweetypie/server/src/main/scala/com/twitter/tweetypie/core",
"util/util-core",
"util/util-stats",
],
)