aboutsummaryrefslogtreecommitdiff
path: root/server/_build/default/lib/base64url/rebar.config
blob: b3028a14437a8e769e5441672dba14055465a6df (plain)
1
2
3
4
5
6
7
8
9
10
11
{lib_dirs, ["deps"]}.

{erl_opts, [
  debug_info,
  warn_format,
  warn_export_vars,
  warn_obsolete_guard,
  warn_bif_clash
]}.

{cover_enabled, true}.