-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
25 lines (25 loc) · 919 Bytes
/
build.zig.zon
File metadata and controls
25 lines (25 loc) · 919 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
25
.{
.name = .fj,
.version = "0.8.0",
.fingerprint = 0xdf1956986963a6e9, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.2",
.dependencies = .{
.zli = .{
.url = "git+https://github.com/renerocksai/zli?ref=v0.1.3#bbefacf517d00a7e8a66b2999075743e7b51eeb5",
.hash = "zli-0.1.1-pechguyHAAD0zCz2OVwT7aAt_kBWIFcMXLVcGw1QthDC",
},
.zap = .{
.url = "git+https://github.com/zigzap/zap#76679f308c702cd8880201e6e93914e1d836a54b",
.hash = "zap-0.10.6-GoeB8w-EJABTkxyoGH_Z8oMBYMxTBvn7YWk-DrJOHuDO",
},
.zeit = .{
.url = "https://github.com/renerocksai/zeit/archive/refs/heads/zig-0.15.1.tar.gz",
.hash = "zeit-0.6.0-5I6bk7V8AgAY0-hM-vUYtKZUFYhXct-VRkqISNNTfEfb",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}