-
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) · 900 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
25 lines (25 loc) · 900 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 = .zage,
.version = "0.1.0",
.dependencies = .{
.zecrecy = .{
.url = "git+https://github.com/eligrubb/zecrecy.git#cbbf02c58387f0fba86d080cdc60341b5fac8ede",
.hash = "zecrecy-0.1.1-IHpEiV6NAACdplMTMkDq5djErTZOti3OpRU565ck_tnz",
},
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap#5289e0753cd274d65344bef1c114284c633536ea",
.hash = "clap-0.11.0-oBajB-HnAQDPCKYzwF7rO3qDFwRcD39Q0DALlTSz5H7e",
},
.zeit = .{
.url = "git+https://github.com/rockorager/zeit.git?ref=zig-0.15#ed2ca60db118414bda2b12df2039e33bad3b0b88",
.hash = "zeit-0.6.0-5I6bk0J9AgCVa0nnyL0lNY9Xa9F68hHq-ZarhuXNV-Jb",
},
},
.fingerprint = 0x7bb75644516747d0,
.minimum_zig_version = "0.15.1",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}