aboutsummaryrefslogblamecommitdiffstats
path: root/rebar.config
blob: 799831ae34d498f402b9057b6158c00714f19cc2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                             
                     
                                                                               
                               
                                                                
                             
                    

                                                         

                   
                            
 

                              


                            
                                                     
%% -*- 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/erlware/erlware_commons.git",
          {branch, "next"}}},
        {getopt, "",
         {git, "https://github.com/jcomellas/getopt.git",
          {branch, "master"}}}]}.

{escript_incl_apps,
 [getopt, erlware_commons]}.

{first_files, [rcl_provider]}.

{cover_enabled, true}.
{cover_print_enabled, true}.

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