2022-01-06 03:57:48 +08:00
|
|
|
load("@rules_erlang//:erlang_app.bzl", "erlang_app")
|
2021-03-29 17:01:43 +08:00
|
|
|
|
2022-01-06 03:57:48 +08:00
|
|
|
erlang_app(
|
2021-03-29 17:01:43 +08:00
|
|
|
app_name = "inet_tcp_proxy_dist",
|
|
|
|
app_version = "0.1.0",
|
|
|
|
app_description = "Erlang distribution proxy to simulate network failures",
|
|
|
|
app_module = "inet_tcp_proxy_dist_app",
|
|
|
|
)
|