aboutsummaryrefslogtreecommitdiff
path: root/comments/build.zig.zon
blob: ebb6cf233dfeceeff538dac88f1316a78485d05a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.{
    .name = "comments",
    .version = "0.0.1",
    .dependencies = .{ .pq = .{
        .url = "https://code.mfashby.net/pq-zig/snapshot/pq-zig-main.tar.xz",
        .hash = "12201517d080461a76f4b26ff78a810d80b1d58e2d3f382da30de1055ebdcea3feaf",
    }, .smtp = .{
        .url = "https://code.mfashby.net/smtp-zig/snapshot/smtp-zig-main.tar.xz",
        .hash = "1220b85b46b525e725f8fdb6e23189aa365976acf388e3b2a5a4da364851c3ec4252",
    }, .mustache = .{
        .url = "https://github.com/batiati/mustache-zig/archive/refs/heads/master.tar.gz",
        .hash = "122099facef1728bd1118fac3a9444f5daca7278046e734a25f03f7e20bad2b5cb28",
    }, .zigwebserver = .{
        .url = "https://code.mfashby.net/zigwebserver/snapshot/zigwebserver-main.tar.xz",
        .hash = "122084fc67129e92544a86f10ca9a64f2667682aa7dfd6a12a80c374015a33555df6",
    } },
    .paths = .{""},
}