-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
27 lines (25 loc) · 886 Bytes
/
build.zig.zon
File metadata and controls
27 lines (25 loc) · 886 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
.{
.name = .zortfolio,
.fingerprint = 0x3cc39afcb1d786fa,
.version = "1.0.0",
.dependencies = .{
.zemplate = .{
.url = "git+https://github.com/voidKandy/zemplate#39bc091b4c47baecd6236c4f0c19f40ce6c89fd8",
.hash = "zemplate-1.5.1-tSKpW9tKAQDOruerwsqO5xtoUcuzs8bVRNgZYfOU5pBS",
},
.btzdotenv = .{
.url = "git+https://github.com/voidKandy/btzdotenv#e23c9ca7d6b2aa783110d7113100a2965a2028e1",
.hash = "btzdotenv-1.0.0-AAAAAD4IAABFkToVB49U2ySUr62bpfuGelN8lo2fG11H",
},
.zyph = .{
.url = "git+https://github.com/voidKandy/zyph#7e9b34644563d1ef4584c03ddd69b1978a0693d0",
.hash = "zyph-0.2.5-z6Sw_RixAADs0SNnESgT6QjIuTxsQjivIpP6ZMGEfbye",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"README.md",
},
}