mirror of
https://github.com/valitydev/epg_connector.git
synced 2024-11-06 00:05:21 +00:00
14 lines
436 B
Erlang
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]}
|
|
]}.
|