12345678910111213 |
- {cover_enabled, true}.
- {deps, [
- {quoted, "1.0.0",
- {git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.1"}}},
- {proper, "1.0",
- {git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
- ]}.
- {erl_opts, [
- %% bin_opt_info,
- %% warn_missing_spec,
- warnings_as_errors,
- warn_export_all
- ]}.
|