summaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 8ad8cbd74df60299c220790055566bd3b700556a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.{
    .name = .rt2,
    .version = "0.0.0",
    .fingerprint = 0x2bb0885edd13d89c, // Changing this has security and trust implications.
    .minimum_zig_version = "0.15.0-dev.1092+d772c0627",
    .dependencies = .{
        .hook = .{
            .path = "hook/",
        },
    },
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
    },
}