abouttreesummaryrefslogcommitdiff
path: root/build.zig.zon
blob: 9a97ec609cf24b8ee694efae5109e46d40b66b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.{
    .name = .chirp,
    .fingerprint = 0xec28bf8bb19d527d,
    .version = "0.0.0",
    .paths = .{
        "src/main.zig",
        "build.zig",
        "build.zig.zon",
    },
    .dependencies = .{
        .lmdb = .{
            // .url = "git+https://github.com/patrick-scho/ziglmdb#34515088c250366d2e37345997b9c54039395050",
            // .hash = "12205e0c136638e96ddea66e9df03f37d12307a3cc5c6e3adb59f6c3c29632dd0096",
            .path = "ext/ziglmdb",
        },
        .http = .{
            // .url = "git+https://github.com/patrick-scho/zighttp#cbbbc36896f78f177617755a59278342214f4c04",
            // .hash = "1220042dc55c4bf5fe1509264ce93a9f773a66db34212b5d670ef86fdda2d57d7333",
            .path = "ext/zighttp",
        },
    },
}