Current section
Files
Jump to
Current section
Files
src/protozoa.app.src
{application, protozoa, [
{vsn, "2.0.3"},
{applications, [filepath,
gleam_stdlib,
simplifile,
tom]},
{description, "A Protocol Buffers library for Gleam, providing encoding and decoding of protobuf messages."},
{modules, [protozoa,
protozoa@@main,
protozoa@decode,
protozoa@encode,
protozoa@internal@codegen,
protozoa@internal@codegen@decoders,
protozoa@internal@codegen@encoders,
protozoa@internal@codegen@types,
protozoa@internal@import_resolver,
protozoa@internal@project,
protozoa@internal@type_registry,
protozoa@internal@well_known_types,
protozoa@parser,
protozoa@wire]},
{registered, []}
]}.