{application, frac, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "🧮 Fractions in Gleam"},
    {modules, [frac]},
    {registered, []}
]}.
