-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
23 lines (23 loc) · 766 Bytes
/
build.zig.zon
File metadata and controls
23 lines (23 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.{
.name = .liza,
.version = "0.15.0",
.fingerprint = 0xf8d7a7ba1acabddb, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.2",
.dependencies = .{
.argzon = .{
.url = "git+https://codeberg.org/tensorush/argzon.git#83201eeb255045d988690077317caa1bb565288f",
.hash = "argzon-0.5.1-Cl574kamAgA5YibLiGe95oFPEA4HTlvM7ZNZ7fPou8dj",
},
.zq = .{
.url = "git+https://codeberg.org/tensorush/zq.git#4d7419df968258b88994ee5531e303b39dc2d18c",
.hash = "zq-0.9.0-7XsKhTjuAAA2AAi8EmTixd59PuYcl0a0thWwTvqlxvS9",
},
},
.paths = .{
"src/",
"build.zig",
"build.zig.zon",
"LICENSE",
"README.md",
},
}