-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
29 lines (27 loc) · 1.07 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
.{
.name = "advent-of-code-2021",
.version = "0.0.0",
.dependencies = .{
.mustache = .{
.url = "git+https://github.com/batiati/mustache-zig#ae5ecc1522da983dc39bb0d8b27f5d1b1d7956e3",
.hash = "1220ac9e3316ce71ad9cd66c7f215462bf5c187828b50bb3d386549bf6af004e3bb0",
},
.pretty = .{
.url = "git+https://github.com/timfayz/pretty#9e44ca6185ee8e06fa3bda19bb09f2ec44cf777c",
.hash = "1220b7c71488a858f933e68c6b1d1ba7178cb72076e2dcdd3fe87d03b8990a8aa6c1",
},
.zbench = .{
.url = "git+https://github.com/hendriknielaender/zBench#463b546a5fd01332680d1b3eb6fad6567876eb2b",
.hash = "12208ffb446b4230996f3746a20e1890e493bf8974841c4404c4fc8b07e09fd9c875",
},
.regex = .{
.url = "git+https://github.com/tiehuis/zig-regex#7bc0fd777c3b92c51a94531439e5913bda24030c",
.hash = "1220b497739b6fd60f627da85862cbd0cec01f3d6b7ddaa923057a7999ecfa138704",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}