Current section
Files
Jump to
Current section
Files
src/gtfs_rt_nyct.app.src
{application, gtfs_rt_nyct, [
{vsn, "0.2.0"},
{applications, [gleam_stdlib,
protobin]},
{description, "NYCT-specific GTFS-RT bindings and decoders for Gleam!"},
{modules, [gtfs_rt_nyct,
gtfs_rt_nyct@@main]},
{registered, []}
]}.