Current section
Files
Jump to
Current section
Files
src/thrifty.app.src
{application, thrifty, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_stdlib]},
{description, "Pure Gleam implementation of the Apache Thrift Compact Protocol"},
{modules, [file_io_ffi,
thrifty,
thrifty@@main,
thrifty@container,
thrifty@field,
thrifty@file_io,
thrifty@fuzz_cli,
thrifty@fuzz_persistence,
thrifty@fuzz_utils,
thrifty@message,
thrifty@reader,
thrifty@types,
thrifty@varint,
thrifty@writer,
thrifty@writer_highlevel,
thrifty@zigzag]},
{registered, []}
]}.