加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rebar.config 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
IronMan 提交于 2024-06-23 22:02 . first commit
{deps, [
{cuttlefish, {git, "https://github.com/emqx/cuttlefish.git", {branch, "main"}}},
{brod, {git, "https://github.com/kafka4beam/brod.git", {tag, "3.16.3"}}},
{emqx, {git_subdir, "https://github.com/ULTRAKID/emqx", {tag, "v4.3.12-with-kafka"}, "apps/emqx"}}
]}.
{erl_opts, [debug_info]}.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化