dgiot/apps/dgiot_mysql/rebar.config
2022-04-18 21:10:15 +08:00

5 lines
139 B
Erlang

{erl_opts, []}.
{deps, [
{emqx, {path, "../emqx"}},
{mysql, {git, "https://gitee.com/fastdgiot/mysql-otp.git", {tag, "1.7.1"}}}
]}.