-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathbuild.zig.zon
31 lines (31 loc) · 1.2 KB
/
build.zig.zon
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 = .superhtml,
.version = "0.4.0",
.fingerprint = 0xc5e9aede3c1db363,
.minimum_zig_version = "0.14.0-dev.3451+d8d2aa9af",
.dependencies = .{
.lsp_kit = .{
.url = "git+https://github.com/kristoff-it/zig-lsp-kit#87ff3d537a0c852442e180137d9557711963802c",
.hash = "lsp_kit-0.1.0-hAAxO9S9AADv_5D0iplASFtNCFXAPk54M0u-3jj2MRFk",
},
.scripty = .{
.url = "git+https://github.com/kristoff-it/scripty#7bd74607d3c087ecf1959f105ef80c81ecba7820",
.hash = "scripty-0.1.0-LKK5O7y_AAB8jPuXhqVAPeomvFRXp7-drWYMnjssAWQS",
},
.afl_kit = .{
.url = "git+https://github.com/kristoff-it/zig-afl-kit?ref=zig-0.14.0#1e9fcaa08361307d16a9bde82b4a7fd4560ce502",
.hash = "afl_kit-0.1.0-uhOgGDkdAAALG16McR2B4b8QwRUQ2sa9XdgDTFXRWQTY",
.lazy = true,
},
.known_folders = .{
.url = "git+https://github.com/ziglibs/known-folders#aa24df42183ad415d10bc0a33e6238c437fc0f59",
.hash = "known_folders-0.0.0-Fy-PJtLDAADGDOwYwMkVydMSTp_aN-nfjCZw6qPQ2ECL",
},
},
.paths = .{
"LICENSE",
"build.zig",
"build.zig.zon",
"src",
},
}