aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 94101903af004cecad6173b1d4b666425d82463c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.{
    .name = "mfashby.net",
    .version = "0.0.0",
    .dependencies = .{
        .zine = .{
            // TODO switch back to kristoff-it when https://github.com/kristoff-it/zine/pull/36 is merged
            .url = "git+https://github.com/veggiemonk/zine.git#1de396698c2f336371668d18c87fee1d32c98e05",
            .hash = "1220b10ab22d344339c4178565f981e7273d38ee702fbf9b18c1ae67da5eea81f34d",
            //.path = "../zine",
        },
    },
    .paths = .{"."},
}