{application, gbor, [
    {vsn, "1.0.0"},
    {applications, [gleam_erlang,
                    gleam_stdlib,
                    ieee_float]},
    {description, "A Gleam implementation of the CBOR standard"},
    {modules, [erl_gbor,
               gbor,
               gbor@@main,
               gbor@decode,
               gbor@encode]},
    {registered, []}
]}.
