{application, tcpea, [
    {vsn, "0.1.1"},
    {applications, [gleam_erlang,
                    gleam_stdlib]},
    {description, "A TCP library for Gleam."},
    {modules, [tcpea@client,
               tcpea@client@ffi,
               tcpea@client@types]},
    {registered, []}
]}.
