summaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 013be5fd6e2d35664afd87df09e3097f010d4c56 (plain)
1
2
3
4
5
6
7
8
9
.{
    .name = .sitter,
    .version = "0.1.0",
    .dependencies = .{
    },
    .minimum_zig_version = "0.15.1",
    .paths = .{ "src", "./" },
    .fingerprint = 0xb972b34501c8d431,
}