gmplugin_hello/rebar.config
Peter Harpending ac19eff060 worksish
2026-04-20 14:32:59 -07:00

21 lines
495 B
Erlang

{erl_opts, [debug_info]}.
% there's some bug somewhere... this list must be nonempty for some reason
{deps, [
{gmserialization, {gm, gmserialization}}
]}.
{project_apps_dir, "lib/gajumaru/apps"}.
{plugins, [
{gmplugin_rebar3, {git, "https://git.qpq.swiss/QPQ-AG/gmplugin_rebar3.git", {branch,"master"}}}
]}.
{gajumaru_root, {git, "https://git.qpq.swiss/QPQ-AG/gajumaru", "master"}}.
{shell, [
%% {config, "config/sys.config"},
{apps, [gmplugin_hello]}
]}.