aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 4928f43154ac49525da0541c828c61cb8f565df3 (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.8.0.zip",
            .hash = "122049c99f3faaaff159cdccb3792d1518b10534e8225e26e5b24a369d325b0ebdc5",
        },
    },
    .paths = .{"."},
}