aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
blob: 190f30a4523bd8b1439f8c18db9fcd0e0c72b96c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-

{deps, [{neotoma, "",
         {git, "https://github.com/ericbmerritt/neotoma.git", {tag, "1.5.1"}}},
        {erlware_commons, "",
         {git, "https://github.com/ericbmerritt/erlware_commons.git", {tag, "v0.8.0"}}},
        {getopt, "",
         {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}},
        {depsolver, "",
         {git, "https://github.com/ericbmerritt/depsolver.git", {tag, "v0.1.0"}}}]}.

{escript_incl_apps,
 [getopt, depsolver, erlware_commons]}.

{first_files, [rcl_provider]}.

{erl_opts, [debug_info, warnings_as_errors, inline]}.