Current section

Files

Jump to
cangaroo src cangaroo.app.src
Raw

src/cangaroo.app.src

{application, cangaroo, [
{vsn, "1.0.0"},
{applications, [excansock,
gleam_erlang,
gleam_stdlib]},
{description, "Gleam bindings for the Excansock Elixir library"},
{modules, [bridge_ffi,
cangaroo,
cangaroo@@main,
cangaroo@bridge]},
{registered, []}
]}.