Packages

Library that provides a simple interface to the HackerOne API

Current section

Files

Jump to
h1 rebar.config
Raw

rebar.config

{ erl_opts, [debug_info] }.
{ deps, [
{ jsx, "2.8.0" },
{ erlware_commons, "1.0.0" },
{ url, "1.0.0" }
] }.
{ ct_opts, [{ config, "config/test.config" }] }.
{ plugins, [rebar3_hex] }.