about summary refs log tree commit diff
path: root/build.zig.zon
blob: d489ae957c20a06420dabafea61c11209566f8ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.{
    .name = .zeal,
    .fingerprint = 0x5338e1ba856048f7,
    .version = "0.1.0",
    .minimum_zig_version = "0.14.0",
    .paths = .{
        "COPYING",
        "README.md",
        "build.zig",
        "build.zig.zon",
        "src",
    },
}