-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
25 lines (25 loc) · 876 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
25 lines (25 loc) · 876 Bytes
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
.{
.name = .zyph,
.fingerprint = 0x12b05ca7fdb0a4cf,
.version = "0.2.7",
.minimum_zig_version = "0.15.1",
.dependencies = .{
.zemplate = .{
.url = "git+https://github.com/voidKandy/zemplate#10e152e5a0e37c04eb9c53b243bfa1102b8ae871",
.hash = "zemplate-1.5.2-tSKpW89SAQAcctPfi8RgHqr6OK7ej5XgTGCCDfjP-Kqs",
},
.tls = .{
.url = "git+https://github.com/ianic/tls.zig#0949fcac8f7d4e0d3fe003ccd5d35e0b0f399314",
.hash = "tls-0.1.0-ER2e0rCuBQC_MjKeqPnn6WerAQRedkSzaobtp3DZr5o-",
},
.mime = .{
.url = "git+https://github.com/andrewrk/mime#4535b74bd5fcaa03e22f2f25af164a4c6253af00",
.hash = "mime-4.0.0-zwmL--0gAACndOVlROQeDnM0chfojNDS8tpohlsBqMNy",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}