blob: 476ddd6b7ba8e85be86b69e5c1508ad35f41c23c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{cover_enabled, true}.
{deps, [
{quoted, "1.0.0",
{git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.1"}}}
]}.
{erl_opts, [
%% bin_opt_info,
%% warn_missing_spec,
warnings_as_errors,
warn_export_all
]}.
|