-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
17 lines (17 loc) · 712 Bytes
/
build.zig.zon
File metadata and controls
17 lines (17 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.{
.name = .zodd,
.version = "0.1.0-alpha.3",
.fingerprint = 0x2d03181bdd24914c, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0",
.dependencies = .{
.minish = .{
.url = "https://github.com/CogitatorTech/minish/archive/refs/tags/v0.3.0.tar.gz",
.hash = "minish-0.3.0-SQtSTYI3AgCxWdWbKxS_lvmfbp0wJk29ZW5C9CozJaxm",
},
.ordered = .{
.url = "https://github.com/CogitatorTech/ordered/archive/refs/tags/v0.2.0.tar.gz",
.hash = "ordered-0.2.0-Gy41sAAkAgBO3TZAn9nYuspdeDcD_sHLoIGEZY4pCDDM",
},
},
.paths = .{ "build.zig", "build.zig.zon", "src", "LICENSE", "README.md" },
}