mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-02 20:28:40 +08:00
5 lines
139 B
Erlang
5 lines
139 B
Erlang
{erl_opts, []}.
|
|
{deps, [
|
|
{emqx, {path, "../emqx"}},
|
|
{mysql, {git, "https://gitee.com/fastdgiot/mysql-otp.git", {tag, "1.7.1"}}}
|
|
]}. |