abouttreesummaryrefslogcommitdiff
path: root/build.zig.zon
blob: b284d7bb6ccedc3f91f85b470c1b72b9f2a7c337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.{
    .name = .chirp,
    .fingerprint = 0xec28bf8bb19d527d,
    .version = "0.0.0",
    .paths = .{
        "src",
        "build.zig",
        "build.zig.zon",
    },
    .dependencies = .{
        .lmdb = .{
            .url = "https://ps.run/git/ziglmdb/snapshot/ziglmdb-main.tar.gz",
            .hash = "lmdb-0.0.0-mZjNUcbKBgCMIbeE-uFBaSx7x8bhNmENPw7HoieUgTxy",
        },
    },
}