]> gitweb.ps.run Git - chirp/blob - build.zig.zon
update readme
[chirp] / build.zig.zon
1 .{
2     .name = .chirp,
3     .fingerprint = 0xec28bf8bb19d527d,
4     .version = "0.0.0",
5     .paths = .{
6         "src/main.zig",
7         "build.zig",
8         "build.zig.zon",
9     },
10     .dependencies = .{
11         .lmdb = .{
12             // .url = "git+https://github.com/patrick-scho/ziglmdb#34515088c250366d2e37345997b9c54039395050",
13             // .hash = "12205e0c136638e96ddea66e9df03f37d12307a3cc5c6e3adb59f6c3c29632dd0096",
14             .path = "ext/ziglmdb",
15         },
16         .http = .{
17             // .url = "git+https://github.com/patrick-scho/zighttp#cbbbc36896f78f177617755a59278342214f4c04",
18             // .hash = "1220042dc55c4bf5fe1509264ce93a9f773a66db34212b5d670ef86fdda2d57d7333",
19             .path = "ext/zighttp",
20         },
21     },
22 }