{application, gchess, [
    {vsn, "0.1.1"},
    {applications, [gleam_bitwise,
                    gleam_erlang,
                    gleam_otp,
                    gleam_stdlib,
                    gleeunit]},
    {description, "A Gleam project"},
    {modules, [bitboard,
               board,
               board_map,
               castle_rights,
               color,
               fen,
               game,
               gchess,
               move,
               piece,
               position,
               ray]},
    {registered, []}
]}.
