Packages

CLI tool for the Protozoa Protocol Buffers library

Current section

Files

Jump to
protozoa_dev src protozoa_dev.app.src
Raw

src/protozoa_dev.app.src

{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, []}
]}.