aboutsummaryrefslogtreecommitdiff
path: root/comments/src/main.zig
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/src/main.zig
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/src/main.zig')
-rw-r--r--comments/src/main.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments/src/main.zig b/comments/src/main.zig
index 882202d..8710d95 100644
--- a/comments/src/main.zig
+++ b/comments/src/main.zig
@@ -1,6 +1,6 @@
const std = @import("std");
const zws = @import("zws");
-const pq = @import("pq.zig");
+const pq = @import("pq");
const mustache = @import("mustache");
const smtp = @import("smtp");