epg_connector/rebar.config

14 lines
436 B
Plaintext
Raw Normal View History

2024-07-02 14:10:02 +00:00
{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, [
2024-08-17 09:52:37 +00:00
{config, "config/sys.config"},
2024-07-02 14:10:02 +00:00
{apps, [epg_connector]}
]}.