src/rally.app.src

{application, rally, [
    {vsn, "1.0.0"},
    {applications, [argv,
                    envoy,
                    glance,
                    gleam_crypto,
                    gleam_erlang,
                    gleam_otp,
                    gleam_stdlib,
                    gleam_time,
                    glexer,
                    global_value,
                    libero,
                    logging,
                    lustre,
                    marmot,
                    simplifile,
                    sqlight,
                    tom]},
    {description, "A web framework for building server-rendered Lustre apps in Gleam."},
    {modules, [push_encode_probe,
               rally,
               rally@@main,
               rally@dependency_resolver,
               rally@format,
               rally@generator,
               rally@generator@client,
               rally@generator@codec,
               rally@generator@http_handler,
               rally@generator@json_rpc_dispatch,
               rally@generator@ssr_handler,
               rally@generator@ws_handler,
               rally@init,
               rally@parser,
               rally@scanner,
               rally@tree_shaker,
               rally@types,
               rally_cli_ffi,
               rally_runtime@auth,
               rally_runtime@codec,
               rally_runtime@db,
               rally_runtime@effect,
               rally_runtime@env,
               rally_runtime@jobs,
               rally_runtime@migrate,
               rally_runtime@session,
               rally_runtime@ssr,
               rally_runtime@system,
               rally_runtime@test_db,
               rally_runtime@topics,
               rally_runtime@wire,
               rally_runtime_db_ffi,
               rally_runtime_ffi,
               rally_runtime_test_db_ffi,
               rally_runtime_topics_ffi,
               rally_runtime_wire_ffi,
               rally_test_wire_stub,
               rally_tree_shaker_ffi]},
    {registered, []}
]}.