epg_connector/rebar.config
2024-08-17 12:52:37 +03:00

14 lines
436 B
Erlang

{erl_opts, [debug_info]}.
{deps, [
jsx,
{canal, {git, "https://github.com/valitydev/canal", {branch, master}}},
{epgsql, {git, "https://github.com/epgsql/epgsql.git", {tag, "4.7.1"}}},
{epgsql_pool, {git, "https://github.com/wgnet/epgsql_pool", {branch, "master"}}},
{herd, {git, "https://github.com/wgnet/herd.git", {tag, "1.3.4"}}}
]}.
{shell, [
{config, "config/sys.config"},
{apps, [epg_connector]}
]}.