Packages
gleam_cowboy_websockets
0.1.0
An expermimental Gleam library for playing with Cowboy websockets
Current section
Files
Jump to
Current section
Files
src/gleam_cowboy_websockets.app.src
{application, gleam_cowboy_websockets, [
{vsn, "0.1.0"},
{applications, [cowboy,
gleam_erlang,
gleam_http,
gleam_otp,
gleam_stdlib,
gleeunit,
gun]},
{description, "An expermimental Gleam library for playing with Cowboy websockets"},
{modules, [gleam@http@cowboy_websockets,
gleam_cowboy_websockets]},
{registered, []}
]}.