-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
33 lines (33 loc) · 998 Bytes
/
build.zig.zon
File metadata and controls
33 lines (33 loc) · 998 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
26
27
28
29
30
31
32
33
.{
.name = .webui,
.version = "0.0.0",
.fingerprint = 0xac5d87f27f1c5d35, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0-dev.2984+cb7d2b056",
.dependencies = .{
.tls = .{
.url = "git+https://github.com/ianic/tls.zig#0e6ffd58f75832647fbcc94977cc0d7880c894dc",
.hash = "tls-0.1.0-ER2e0lWpBQBMRW-oQxwuf5xqwPGor7Vs_W_xQdUHx7Qu",
},
.zhttp = .{
.url = "git+https://github.com/SmallThingz/zhttp#edcb948fd02b04e1fc7d21a2a13c915adb62f81c",
.hash = "zhttp-0.0.0-I8z-vVP2DQDLzRNPANlHJlGbitE6gUaV03_2pJeXYtFu",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"tools",
"webui",
"README.md",
"DOCUMENTATION.md",
"MIGRATION.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"SECURITY.md",
"LICENSE",
"LICENCE",
"docs",
"upstream_snapshot",
},
}