{application, protozoa_dev, [
    {vsn, "1.0.0"},
    {applications, [argv,
                    filepath,
                    gleam_erlang,
                    gleam_stdlib,
                    protozoa,
                    shellout,
                    simplifile,
                    snag,
                    tom]},
    {description, "CLI tool for the Protozoa Protocol Buffers library"},
    {modules, [protozoa@dev,
               protozoa_dev@@main]},
    {registered, []}
]}.
