aboutsummaryrefslogtreecommitdiff
path: root/comments/build.zig.zon
blob: 47a4d7e16b4ddbe099f8af8325bd78fefab05c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.{
    .name = "comments",
    .version = "0.0.1",
    .dependencies = .{
        .pq = .{
            .url = "https://code.mfashby.net/pq-zig/snapshot/pq-zig-main.tar.xz",
            .hash = "1220002a8cba96583acc07775b060911c9bd74271fb127992ac21854a12274c4ab48",
        },
        .smtp = .{
            .url = "https://code.mfashby.net/smtp-zig/snapshot/smtp-zig-main.tar.xz",
            .hash = "12205e7087360185eea859ae9265cc4be54c519d5f8d205f66f655d4f8e7e0045dc1",
        },
        .mustache = .{
            .url = "https://github.com/MFAshby/mustache-zig/archive/refs/heads/stage3.tar.gz",
            .hash = "1220fdf239b6ece687324bb600c72d5ad7a278df2ece86599aee6adf932064686cef",
        },
        .zigwebserver = .{
            .url = "https://code.mfashby.net/zigwebserver/snapshot/zigwebserver-main.tar.xz",
            .hash = "122066ea438ccbe3e006e84563746705cd46f3c7d1389c8fa8cccf2cdf681959495e",
        }
    }
}