ziex/templates/database-pg/build.zig.zon
2026-03-23 05:26:42 +06:00

21 lines
591 B
Zig

.{
.name = .ziex_app,
.version = "0.0.0",
.fingerprint = 0x7246d8c908f650a4,
.minimum_zig_version = "0.15.2",
.dependencies = .{
.zx = .{
.path = "git+https://github.com/ziex-dev/ziex#513a22485c639a4e4969969c52894d60a7cb98cc",
},
.pg = .{
.url = "git+https://github.com/karlseguin/pg.zig?ref=master#e58b318b7867ef065b3135983f829219c5eef891",
.hash = "pg-0.0.0-Wp_7gXFoBgD0fQ72WICKa-bxLga03AXXQ3BbIsjjohQ3",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"app",
},
}