13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
|
{erl_opts, [debug_info]}.
|
||
|
|
||
|
{deps, [
|
||
|
{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.10.0"}}},
|
||
|
{jsone, {git, "https://github.com/sile/jsone"}},
|
||
|
{sqlite3, {git, "https://github.com/Xelynega/erlang-sqlite3"}}
|
||
|
]}.
|
||
|
|
||
|
{shell, [
|
||
|
% {config, "config/sys.config"},
|
||
|
{apps, [erlk]}
|
||
|
]}.
|