aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/dev/erlang/adglent/ebin/adglent.app
blob: f8e1aa62428d4109f29cc0793f0416ce964956ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{application, adglent, [
    {vsn, "1.2.0"},
    {applications, [gap,
                    gleam_community_ansi,
                    gleam_erlang,
                    gleam_http,
                    gleam_httpc,
                    gleam_otp,
                    gleam_stdlib,
                    glint,
                    simplifile,
                    snag,
                    tom]},
    {description, "Advent of code helper - automating setup of tests, solution template and problem input"},
    {modules, []},
    {registered, []}
]}.