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