aboutsummaryrefslogtreecommitdiff
path: root/comments/build.zig.zon
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-08-31 05:48:03 +0100
committerMartin Ashby <martin@ashbysoft.com>2023-08-31 05:48:03 +0100
commit64ed30ea5fd62b07970151192977cf5c823eecad (patch)
tree68aa808430dead7f8366e32799245310411dd5bf /comments/build.zig.zon
parentee968254708395548f62f5d427489ab15fbf5528 (diff)
downloadmfashby.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.zon4
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",