Current section
Files
Jump to
Current section
Files
src/glyph.app.src
{application, glyph, [
{vsn, "0.1.0"},
{applications, [gleam_erlang,
gleam_hackney,
gleam_http,
gleam_json,
gleam_otp,
gleam_stdlib,
gleeunit,
logging,
prng,
stratus]},
{description, "A purely Gleam Discord library built from the ground up with stratus."},
{modules, [glyph@clients@api,
glyph@clients@bot,
glyph@models@decoders,
glyph@models@discord,
glyph@models@encoders,
glyph@network@gateway,
glyph@network@rest]},
{registered, []}
]}.