build: add quic dep in app/emqx/rebar.config

This commit is contained in:
William Yang 2021-06-11 08:20:23 +02:00
parent 3200bbb301
commit bb6459ba3a
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
, {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}} , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}}
, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}} , {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}}
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}} , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}}
, {quicer, {git, "https://github.com/qzhuyan/quic.git", {branch, "dev/william/main-prepare-emqx-centos7"}}}
]}. ]}.
{plugins, [rebar3_proper]}. {plugins, [rebar3_proper]}.