Current section
Files
Jump to
Current section
Files
src/stratus.app.src
{application, stratus, [
{vsn, "0.8.0"},
{applications, [birl,
gleam_crypto,
gleam_erlang,
gleam_http,
gleam_otp,
gleam_stdlib,
gleeunit,
gramps,
logging,
repeatedly]},
{description, "A Gleam WebSocket client"},
{modules, [stratus,
stratus@internal@socket,
stratus@internal@ssl,
stratus@internal@tcp,
stratus@internal@transport]},
{registered, []}
]}.