temporalz/pkg/temporal-rs/build.zig.zon
2026-03-14 15:54:05 +06:00

17 lines
508 B
Zig

.{
.name = .temporal_rs,
.version = "0.0.0",
.fingerprint = 0x4e9d7c35d5fc40c0,
.minimum_zig_version = "0.16.0-dev.2565+684032671",
.dependencies = .{
.build_crab = .{
.url = "git+https://github.com/nurulhudaapon/build.crab?ref=zig-dev#658db72f1695987612e9356c023575ff8dc753a2",
.hash = "build_crab-0.2.1-U0id__PFAACr0518VaPmWuEJDMJezJhmAsFRY6d49v6e",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}