summaryrefslogtreecommitdiff
path: root/vere/ext/pdjson/build.zig.zon
blob: 1774d5b1a6ce079c324d26932be8c1986ae09b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.{
    .name = "pdjson",
    .version = "0.0.1",
    .dependencies = .{
        .pdjson = .{
            .url = "https://github.com/skeeto/pdjson/archive/67108d883061043e55d0fb13961ac1b6fc8a485c.tar.gz",
            .hash = "N-V-__8AADC9AACneJx7RTm9Hui7GCYJ2Qdv8Z_CUCbJphyi",
        },
    },
    .paths = .{
        "",
    },
}