summary refs log tree commit diff
path: root/build.zig.zon
blob: c52be37ea4ebf3f5d7e5d8de84d25a1b41b1cadf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.{
    .name = .kay,
    .version = "0.0.0",
    .fingerprint = 0xeefc6ead9221517a,
    .minimum_zig_version = "0.14.1",
    .dependencies = .{
        .@"known-folders" = .{
            .url = "git+https://github.com/ziglibs/known-folders.git#92defaee76b07487769ca352fd0ba95bc8b42a2f",
            .hash = "known_folders-0.0.0-Fy-PJkfRAAAVdptXWXBspIIC7EkVgLgWozU5zIk5Zgcy",
        },
        .@"tree-sitter" = .{
            .url = "git+https://github.com/tree-sitter/zig-tree-sitter#b4b72c903e69998fc88e27e154a5e3cc9166551b",
            .hash = "tree_sitter-0.25.0-8heIf51vAQConvVIgvm-9mVIbqh7yabZYqPXfOpS3YoG",
        },
        .vaxis = .{
            .url = "git+https://github.com/rockorager/libvaxis#025cf928ffc3ee7a4de36a91f4cca54a5810b2cc",
            .hash = "vaxis-0.5.1-BWNV_CAVCQAmzxx2i2hBs5SvEupHwDbKHtE5VSOZwwtl",
        },
        .zsanett = .{
            .url = "git+https://trong.loang.net/~cnx/zsanett#7d61d53d2e6c33b7bb847f608f43e2775fa3da9b",
            .hash = "zsanett-0.0.0-1TMqaN_8AADxYf9AQY9cfZhx2uKrh8iEhn1TLwNKiN4d",
        },
    },
    .paths = .{
        "LICENSES",
        "REUSE.toml",
        "build.zig",
        "build.zig.zon",
        "src",
    },
}