{application, ywt_erlang, [
    {vsn, "2.0.0"},
    {applications, [gleam_json,
                    gleam_stdlib,
                    gleam_time,
                    ywt_core]},
    {description, "The ywt package for JWT targeting erlang."},
    {modules, [ywt,
               ywt_erlang@@main,
               ywt_ffi]},
    {registered, []}
]}.
