aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: b803ff9ff914ddccda25d013f0ab330f9cf3af3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.{
    .name = "mfashby.net",
    .version = "0.0.0",
    .dependencies = .{
        .zine = .{
            //.url = "git+https://github.com/kristoff-it/zine.git#beb5434a04fad660ecf8db8379532dfe5b5e13b0",
            //.hash = "12203c37cb5fb3931d3b7d1f1dace46cf5329ffe2fb5a8d2ac87dc78630ce7f601a7",
            .path = "../zine",
        },
    },
    .paths = .{"."},
}