rebar.config 272 Bytes
Newer Older
1
{erl_opts, [debug_info]}.
2
{erl_first_files, ["src/lager_util.erl"]}.
3
4
{deps, [
        {goldrush, ".*",
5
            {git, "git://github.com/DeadZen/goldrush.git", {tag, "879c69874a"}}}
6
       ]}.
7

Andrew Thompson's avatar
Andrew Thompson committed
8
{cover_enabled, true}.
9
{edoc_opts, [{stylesheet_file, "./priv/edoc.css"}]}.