Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info, {parse_transform, lager_transform}]}.
{ct_opts, [{ct_hooks, [cth_readable_failonly, cth_readable_shell]}]}.
{profiles,
[{test,
[{deps,
[{cth_readable,
{git, "https://github.com/ferd/cth_readable.git", {tag, "v1.2.1"}}},
{ecoveralls,
{git, "git://github.com/nifoc/ecoveralls.git", "40fa0d2f2057fff29e964f94fccf6ef2f13d34d2"}}
]}]},
{dev,
[{deps,
[{sync, ".*",
{git, "git://github.com/rustyio/sync.git", {branch, "master"}}}
]}]}
]}.
{deps,
[{hdr_histogram, "0.2.0"},
{cowboy, "1.0.4"},
{lager, "2.1.1"},
{jiffy, "0.14.7"}
]}.
{plugins, [rebar3_hex]}.
{overrides,
[{override, jiffy,
[{plugins,
[{pc, {git, "git://github.com/blt/port_compiler.git", {branch, "master"}}}
]},
{provider_hooks,
[{post,
[{compile, {pc, compile}},
{clean, {pc, clean}}
]}]}
]}
]}.