Current section
Files
Jump to
Current section
Files
src/battlesnake.app.src
{application, battlesnake, [
{vsn, "0.1.0"},
{applications, [decode,
gleam_erlang,
gleam_http,
gleam_json,
gleam_otp,
gleam_stdlib,
gleeunit,
wisp]},
{description, "A Gleam wrapper for the Battlesnake API"},
{modules, [battlesnake,
battlesnake@gamestate,
battlesnake@internal@cache]},
{registered, []}
]}.