diff options
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/build.zig.zon b/build.zig.zon index 9a97ec6..b284d7b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -3,20 +3,14 @@ .fingerprint = 0xec28bf8bb19d527d, .version = "0.0.0", .paths = .{ - "src/main.zig", + "src", "build.zig", "build.zig.zon", }, .dependencies = .{ .lmdb = .{ - // .url = "git+https://github.com/patrick-scho/ziglmdb#34515088c250366d2e37345997b9c54039395050", - // .hash = "12205e0c136638e96ddea66e9df03f37d12307a3cc5c6e3adb59f6c3c29632dd0096", - .path = "ext/ziglmdb", - }, - .http = .{ - // .url = "git+https://github.com/patrick-scho/zighttp#cbbbc36896f78f177617755a59278342214f4c04", - // .hash = "1220042dc55c4bf5fe1509264ce93a9f773a66db34212b5d670ef86fdda2d57d7333", - .path = "ext/zighttp", + .url = "https://ps.run/git/ziglmdb/snapshot/ziglmdb-main.tar.gz", + .hash = "lmdb-0.0.0-mZjNUcbKBgCMIbeE-uFBaSx7x8bhNmENPw7HoieUgTxy", }, }, } |
