-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
24 lines (24 loc) · 806 Bytes
/
build.zig.zon
File metadata and controls
24 lines (24 loc) · 806 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
.{
.name = .swears,
.version = "0.0.0",
.fingerprint = 0xe66e7fc7ade5777f, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.1",
.dependencies = .{
.zlog = .{
.url = "git+https://github.com/max-legrand/zlog?ref=main#0b9e191593c65cb7d180fade150032af359917c4",
.hash = "zlog-0.0.0-_MGzdR5KAAAU2s84LvoKB5EAqr6nvsQlb1mWrHbXi1mb",
},
.sort = .{
.url = "git+https://github.com/max-legrand/sort?ref=main#834173e2a10f12a11e2a230cd527db1e4b9146f4",
.hash = "sort-0.0.0-BiJUBJdDAAAojqQX9wU4HxFWJspm8k_k2mZreEX1Ns6n",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
// For example...
//"LICENSE",
//"README.md",
},
}