Current section

Files

Jump to
discord_bot_light rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{gun, "2.0.0"},
{jsone, "1.8.0"},
{uuid, "2.0.5", {pkg, uuid_erl}},
{certifi, "2.14.0"}
]}.
{dialyzer, [
{plt_extra_apps, [public_key, ssl, crypto]}
]}.
{plugins, [
{rebar3_hex, "7.0.6"}
]}.
{profiles, [
{test, [{deps, []}]}
]}.
{hex, [
{description, "A simple library for creating Discord bot"},
{licenses, ["Apache-2.0"]},
{links, [
{"GitHub", "https://github.com/roquess/discord_bot_light"},
{"Hex.pm", "https://hex.pm/packages/discord_bot_light"}
]},
{maintainers, ["Steve Roques<steve.roques@gmail.com>"]},
{doc, #{provider => edoc}}
]}.
{shell, [
{apps, [discord_bot_light]}
]}.