Current section
Files
Jump to
Current section
Files
src/protozoa_dev.app.src
{application, protozoa_dev, [
{vsn, "2.0.3"},
{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, []}
]}.