Current section
Files
Jump to
Current section
Files
src/spoke_tcp.app.src
{application, spoke_tcp, [
{vsn, "2.0.0"},
{applications, [gleam_erlang,
gleam_stdlib,
mug,
spoke_core,
spoke_mqtt_actor]},
{description, "A TCP transport channel for the spoke MQTT client."},
{modules, [spoke@tcp,
spoke_tcp@@main]},
{registered, []}
]}.