aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
blob: b31189956b611895a0be8a0d2334605e87f0d505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{erl_opts, [debug_info]}.
{src_dirs, ["src", "gen/src"]}.

{profiles, [
    {test, [{src_dirs, ["src", "test", "gen/src", "gen/test"]}]}
]}.

{project_plugins, [rebar_gleam, rebar3_hex]}.

{deps, [
    {gleam_stdlib, "0.15.0"},
    {jsone, "1.5.7"}
]}.