-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
23 lines (23 loc) · 851 Bytes
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.{
.name = "zvenc",
.version = "0.0.0",
.dependencies = .{
.zsqlite = .{
.url = "https://github.com/thiago-negri/zsqlite/archive/refs/heads/master.zip",
.hash = "122021f433fda06b56bc9138d38618e1c47bcacd3d5367fa9519618eaab6df5a035c",
},
.@"zsqlite-migrate" = .{
.url = "https://github.com/thiago-negri/zsqlite-migrate/archive/refs/heads/master.zip",
.hash = "1220b2bc4da63d1d646e2ffded311c05e9191599280cff797a35c453f3763580c2a9",
},
.@"zsqlite-minify" = .{
.url = "https://github.com/thiago-negri/zsqlite-minify/archive/refs/heads/master.zip",
.hash = "1220d51b122ce459ecf1e50f63a0494c6504bf16b25446a2804bf1d290ad2ac63056",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}