%%-*- mode: erlang -*- {deps, [ {pooler, "1.5.3"}, {epgsql, "4.5.0"}, {herd, {git, "https://github.com/wgnet/herd.git", {tag, "1.3.4"}}} ]}. {profiles, [ {dev, [ {erl_opts, [debug_info, warn_missing_spec]} ]}, {test, [ {erl_opts, [debug_info]} ]}, {prod, [ {erl_opts, []} ]} ]}.