zfin-server/build.zig.zon
Emil Lerch 6aaf97000d
All checks were successful
Generic zig build / build (push) Successful in 2m42s
Generic zig build / deploy (push) Successful in 17s
bump zfin
2026-06-25 16:13:02 -07:00

21 lines
681 B
Zig

.{
.name = .zfin_server,
.version = "0.1.0",
.fingerprint = 0xa060a7d1947dfe8f,
.minimum_zig_version = "0.16.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
.dependencies = .{
.httpz = .{
.url = "git+https://github.com/karlseguin/http.zig?ref=master#03658c279937066201aba8c0a8f1936d821d0709",
.hash = "httpz-0.0.0-PNVzrLjJCAD37S0CcrXpsjSqr86hVjK0rsALTDJ98AAJ",
},
.zfin = .{
.url = "git+https://git.lerch.org/lobo/zfin#72e874f052f9096ebc498f4ceb3981bd99294185",
.hash = "zfin-0.0.0-J-B21mTVSQAfHT-wm_YpL9k3qQtHLkCChsZB-DjNG2M2",
},
},
}