aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 76e670f94e49ba0edd3db4b97bcec810599c0f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
.{
    .name = "mfashby.net",
    .version = "0.0.0",
    .dependencies = .{
        .zine = .{
            .url = "https://github.com/kristoff-it/zine/archive/refs/tags/v0.3.0.zip",
            .hash = "122082799c345efd9630f2f8c55c8a4093125fd10f0f8a7ecd7d768c06c831955483",
        },
    },
    .paths = .{"."},
}