aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-zig/build.zig.zon
blob: 09f7da2442cf8ecbea2cb2aeb2691d4741a13699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.{
    .name = .hello_zig,
    .version = "0.1.0",
    .fingerprint = 0x1c1a468675f426fe, // Changing this has security and trust implications.
    .minimum_zig_version = "0.15.2",
    .dependencies = .{},
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
    },
}