{application, act, [
    {vsn, "0.1.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Compose stateful actions to simulate mutable state"},
    {modules, [act]},
    {registered, []}
]}.
