%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- %% Dependencies ================================================================ {deps, [ {cf, "~>0.3"} ]}. {erl_first_files, ["ec_dictionary", "ec_vsn"]}. %% Compiler Options ============================================================ {erl_opts, [debug_info, warnings_as_errors]}. %% EUnit ======================================================================= {eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}. {cover_enabled, true}. {cover_print_enabled, true}. %% Profiles ==================================================================== {profiles, [{dev, [{deps, [{neotoma, "", {git, "https://github.com/seancribbs/neotoma.git", {branch, master}}}]}]} ]}.