{application, chaplin, [
    {vsn, "1.0.0"},
    {applications, [bbmustache,
                    gleam_stdlib]},
    {description, "Mustache text templates using Erlang's bbmustache package"},
    {modules, [chaplin,
               chaplin@@main,
               chaplin_ffi]},
    {registered, []}
]}.
