summaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 73a38f7e25681b18d04c7520c4010eec4bba4878 (plain)
1
2
3
4
5
6
7
8
9
10
11
.{
    .name = "aoc2024",
    .version = "0.0.1",
    .dependencies = .{
        .mecha = .{
            .url = "https://github.com/Hejsil/mecha/archive/refs/tags/0.9.0.tar.gz",
            .hash = "12206311fbaae8a0adc35e4835ddd9bcc1ff8fff756c9df40e19133f007fa05d3948",
        },
    },
    .paths = .{"."},
}