aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 4d33f06945d23422d7dbc1f875440673379a955e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.{
    .name = .typdown,
    .version = "0.0.0",
    .fingerprint = 0x6d0fd8a73f35fe5b, // Changing this has security and trust implications.
    .minimum_zig_version = "0.15.2",
    .dependencies = .{
        .typst = .{
            .path = "lib/typst",
        },
    },
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
        // For example...
        //"LICENSE",
        //"README.md",
    },
}