fix rebar config

This commit is contained in:
anlicheng 2026-06-10 15:56:51 +08:00
parent 33952d176f
commit d3e89eceea
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -2,6 +2,9 @@
{project_app_dirs, ["apps/*"]}. {project_app_dirs, ["apps/*"]}.
{pre_hooks, [{compile, "make -C go_extend build"},
{clean, "make -C go_extend clean"}]}.
{deps, [ {deps, [
{poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}}, {poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
{hackney, ".*", {git, "https://github.com/benoitc/hackney.git", {tag, "1.25.0"}}}, {hackney, ".*", {git, "https://github.com/benoitc/hackney.git", {tag, "1.25.0"}}},