diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-08-31 05:48:03 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-08-31 05:48:03 +0100 |
commit | 64ed30ea5fd62b07970151192977cf5c823eecad (patch) | |
tree | 68aa808430dead7f8366e32799245310411dd5bf /comments/build.zig.zon | |
parent | ee968254708395548f62f5d427489ab15fbf5528 (diff) | |
download | mfashby.net-64ed30ea5fd62b07970151192977cf5c823eecad.tar.gz mfashby.net-64ed30ea5fd62b07970151192977cf5c823eecad.tar.bz2 mfashby.net-64ed30ea5fd62b07970151192977cf5c823eecad.tar.xz mfashby.net-64ed30ea5fd62b07970151192977cf5c823eecad.zip |
Move pq.zig to it's own repo for re-use in other projects
Diffstat (limited to 'comments/build.zig.zon')
-rw-r--r-- | comments/build.zig.zon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comments/build.zig.zon b/comments/build.zig.zon index 2acd629..47a4d7e 100644 --- a/comments/build.zig.zon +++ b/comments/build.zig.zon @@ -2,6 +2,10 @@ .name = "comments", .version = "0.0.1", .dependencies = .{ + .pq = .{ + .url = "https://code.mfashby.net/pq-zig/snapshot/pq-zig-main.tar.xz", + .hash = "1220002a8cba96583acc07775b060911c9bd74271fb127992ac21854a12274c4ab48", + }, .smtp = .{ .url = "https://code.mfashby.net/smtp-zig/snapshot/smtp-zig-main.tar.xz", .hash = "12205e7087360185eea859ae9265cc4be54c519d5f8d205f66f655d4f8e7e0045dc1", |