about summary refs log tree commit diff
path: root/build.zig.zon
blob: 24c676de65ae3637d7dbccaee0b4fdb8107c69e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.{
    .name = .zsanett,
    .version = "0.0.0",
    .fingerprint = 0x754ef1a5682a33d5,
    .minimum_zig_version = "0.14.1",
    .paths = .{
        "LICENSES",
        "README.md",
        "REUSE.toml",
        "build.zig",
        "build.zig.zon",
        "src",
    },
}