{deps, [
    {color, "1.0.0", {pkg, erlang_color}},
    {tdiff, "0.1.2"}
]}.

{profiles, [
    {demo, [
        {erl_opts, [{d, 'DEMO'}]},
        {eunit_opts, [no_tty, {report, {unite_compact, [{profile, 3}]}}]}
    ]}
]}.
