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

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

{project_plugins, [rebar_gleam]}.

{deps, [
    {gleam_stdlib, "0.10.1"}
]}.