Current section
Files
Jump to
Current section
Files
src/goose.app.src
{application, goose, [
{vsn, "1.1.0"},
{applications, [ezstd,
gleam_erlang,
gleam_http,
gleam_json,
gleam_stdlib,
gun]},
{description, "A Gleam WebSocket consumer for AT Protocol Jetstream events"},
{modules, [goose,
goose@@main,
goose_ffi,
goose_ws_ffi]},
{registered, []}
]}.