{application, tenthash, [
    {vsn, "1.0.0"},
    {applications, [bigi,
                    gleam_stdlib,
                    gleeunit]},
    {description, "Gleam based implementation of TentHash for Erlang targets"},
    {modules, [tenthash]},
    {registered, []}
]}.
