aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 268ad8d027048f8364af7db51da0da70773d96da (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#e33a1d79b09e8532db60347a7ec4bd3413888977",
            .hash = "12209f9be74fcc805c0f086e4a81ccca041354448f5b3592e04b6a6d1b4a95da5a26",
            //.path = "../zine",
        },
    },
    .paths = .{"."},
}