-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.zig.zon
25 lines (23 loc) · 867 Bytes
/
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
.{
.name = "commy",
.version = "0.0.1",
.dependencies = .{
.serial = .{
.url = "git+https://github.com/ringtailsoftware/serial.git#ddb549398cafd9cedbe96e13e893faa6e8bfa2db",
.hash = "12208ec674497841b15fe9b5428f3d47db986149b9e6b0a43470cf7486ce48c22379",
},
.zvterm = .{
.url = "git+https://github.com/ringtailsoftware/zvterm.git#00c26bea76ba3d344ddcf05cb739fbe6bec07015",
.hash = "1220fbc7b47f27725cca5ec2784eb1514d8a38b7bad2770d7647e3e79347e54c7875",
},
.yazap = .{
.url = "git+https://github.com/prajwalch/yazap#c2e3122d5dd6192513ba590f229dbc535110efb8",
.hash = "122054439ec36ac10987c87ae69f3b041b40b2e451af3fe3ef1fc578b3bad756a800",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}