Current section

Files

Jump to
gramps src gramps.app.src
Raw

src/gramps.app.src

{application, gramps, [
{vsn, "1.0.0"},
{applications, [gleam_crypto,
gleam_http,
gleam_stdlib,
gleeunit]},
{description, "A Gleam WebSocket Datagram Library"},
{modules, [gramps]},
{registered, []}
]}.