aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 56320c15900ab936fa5f08c91f77575e6960bfe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.{
    .name = .www_eviltransgenders_club,
    .version = "0.16.0",
    .dependencies = .{
        .webgen = .{
            .url = "git+https://git.eviltransgenders.club/~rosa/webgen.git?ref=main#e4857bef052bee6c31b2a7bf21893f175aed241c",
            .hash = "webgen-0.1.0-XDIIqYUjAABUdAGaQ_tqcFCVRBefdGxd87n5fccnRg-v",
        },
    },
    .paths = .{""},
    .fingerprint = 0xccaf7641aa454b2f,
}