Packages

GMO-PG Payment Gateway Client for Erlang and Elixir

Current section

Files

Jump to
gmo_pg rebar.config
Raw

rebar.config

%% -*- mode: erlang; tab-width: 4; indent-tabs-mode: 1; st-rulers: [70] -*-
%% vim: ts=4 sw=4 ft=erlang noet
{erl_opts, [
debug_info,
warnings_as_errors
]}.
{deps, [
hackney,
iconv
]}.
{shell, [
{apps, [gmo_pg]}
]}.