-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
40 lines (40 loc) · 1.51 KB
/
Copy pathbuild.zig.zon
File metadata and controls
40 lines (40 loc) · 1.51 KB
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
38
39
40
.{
.name = .marionette,
.version = "0.7.0",
.fingerprint = 0x8afb77b114c43a8d, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0",
.dependencies = .{
.xitdb = .{
.url = "git+https://github.com/xit-vcs/xitdb#f86134242e4d265cddfb0dbebd4d2d6dd4967274",
.hash = "xitdb-0.0.0-EEFkxpHJBABxnXvbX5oyeUufyiwNgOwkH03bayvWeYxw",
.lazy = true,
},
.mailbox = .{
.url = "git+https://github.com/g41797/mailbox#d30ff69f1fa0288e1a8cb96b24ae3b552739f490",
.hash = "mailbox-0.0.15-8ABL0kt8AADKxnp3BayHaNX3niZ0mR3lsHc1R4x6npnn",
.lazy = true,
},
.ochi = .{
.url = "git+https://github.com/ochi-team/ochi.git#f8b2e9c804571e4d2203658589123e974feac4c2",
.hash = "Ochi-0.0.0-rhYy0sGhDgBuFe6ZguYWa0XONU_rUHEQXWYTlTy6CACG",
.lazy = true,
},
.dusty = .{
.url = "git+https://github.com/lalinsky/dusty#e7a4f4b24c2d3c36244a48617e992a3056c62622",
.hash = "dusty-0.1.0-Qdw7RpKkGwBUOpWaRSxO0vfX9mJHn9eywcPvqd9P1bOq",
.lazy = true,
},
.beanstalkz = .{
.url = "git+https://github.com/g41797/beanstalkz#d8ac61183d80b4cf0e15c52ab4edaea69cb3a56c",
.hash = "beanstalkz-0.0.0-SOgqEYSpAADT0GjkD1w3My31q54ZsVrw-Jd-6M_3sStA",
.lazy = true,
},
},
.paths = .{
"README.md",
"LICENSE",
"build.zig",
"build.zig.zon",
"src",
},
}