diff options
| author | Patrick | 2026-05-30 07:45:21 +0000 |
|---|---|---|
| committer | Patrick | 2026-05-30 07:45:21 +0000 |
| commit | 536d9433c45a5019551d462df3b7578ccbf53067 (patch) | |
| tree | 8f2ee77a92ddd85878f72836494c0c50bf4d54ab /build.zig.zon | |
| parent | 0de66dc9f4f86e197d9787a4e74e0e2df1353655 (diff) | |
| download | chirp-536d9433c45a5019551d462df3b7578ccbf53067.tar.gz chirp-536d9433c45a5019551d462df3b7578ccbf53067.zip | |
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", }, }, } |
