{application, gchess, [
    {vsn, "0.1.6"},
    {applications, [gleam_erlang,
                    gleam_otp,
                    gleam_stdlib,
                    gleeunit]},
    {description, "A Gleam project"},
    {modules, [bitboard,
               board,
               board_dict,
               castle_rights,
               color,
               fen,
               game,
               game_server,
               gchess,
               knight_target,
               move,
               move_san,
               pgn,
               piece,
               position,
               ray,
               status,
               target]},
    {registered, []}
]}.
