{application, hoist, [
    {vsn, "1.0.0"},
    {applications, [gleam_regexp,
                    gleam_stdlib]},
    {description, "Low-level command line option parsing for making CLI tooling in Gleam!"},
    {modules, [hoist,
               hoist@@main]},
    {registered, []}
]}.
