forked from kristoff-it/zine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
37 lines (37 loc) · 1.58 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
32
33
34
35
36
37
.{
.name = "zine",
.version = "0.0.0",
.dependencies = .{
.gfm = .{
.url = "git+https://github.com/kristoff-it/cmark-gfm.git#9b659dada64964c993be6d6ec16b64f1ca1e8f5a",
.hash = "1220a2d62d1de13c424c79d281c273156083b5232199ff68780c146b9441015ab51c",
},
.mime = .{
.url = "git+https://github.com/andrewrk/mime.git#d340b5f611a224884eaf316d672121cccf2b0652",
.hash = "12208b3c98b4dcc88608e65889abc853f625a06edbb835da90d902bed1ade4da0ac8",
},
.ws = .{
.url = "git+https://github.com/karlseguin/websocket.zig.git#c77f87d0e6548865636eb9781106a8be72e5755a",
.hash = "12208720b772330f309cfb48957f4152ee0930b716837d0c1d07fee2dea2f4dc712e",
},
.frontmatter = .{
.path = "frontmatter",
},
.super = .{
.path = "super",
},
.ziggy = .{
.url = "git+https://github.com/kristoff-it/ziggy.git#d58d92f07e2bc06395715a5f6b55c1752891416d",
.hash = "1220b466e4b3a6409c11ed6a2617a7f1d5cea5ca610f8d473c287e6ea021a6181386",
},
.zeit = .{
.url = "git+https://github.com/rockorager/zeit#e75ccb24e88cd0196bed5a60e4bf3b5441c8c700",
.hash = "122071f325c37101cb8a536f3274337f016369e43b7571a07e99c260a891f2a63199",
},
.@"flow-syntax" = .{
.url = "git+https://github.com/neurocyte/flow-syntax#ca031a213e00eeb36b387706d1c07fc400affafc",
.hash = "1220512dcd20c4fc31a35ee2cbc5f5a8177effc5a5030c298795ac0c5528408c1083",
},
},
.paths = .{"."},
}