src/fused.app.src
{application, fused, [
{vsn, "0.1.0"},
{applications, [gleam_erlang,
gleam_javascript,
gleam_stdlib,
interior]},
{description, "A project that aims to fuse the concurrency models of OTP and Javascript to allow the careful user to write concurrent code that runs on both the otp backend and the gleam backend"},
{modules, [fused@@main,
fused@erlang@process,
fused@internal@queue,
fused@javascript@process,
fused@process,
fused@promise,
fused@sync@promise]},
{registered, []}
]}.