aboutsummaryrefslogtreecommitdiff
path: root/comments/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'comments/build.zig.zon')
-rw-r--r--comments/build.zig.zon18
1 files changed, 18 insertions, 0 deletions
diff --git a/comments/build.zig.zon b/comments/build.zig.zon
new file mode 100644
index 0000000..2acd629
--- /dev/null
+++ b/comments/build.zig.zon
@@ -0,0 +1,18 @@
+.{
+ .name = "comments",
+ .version = "0.0.1",
+ .dependencies = .{
+ .smtp = .{
+ .url = "https://code.mfashby.net/smtp-zig/snapshot/smtp-zig-main.tar.xz",
+ .hash = "12205e7087360185eea859ae9265cc4be54c519d5f8d205f66f655d4f8e7e0045dc1",
+ },
+ .mustache = .{
+ .url = "https://github.com/MFAshby/mustache-zig/archive/refs/heads/stage3.tar.gz",
+ .hash = "1220fdf239b6ece687324bb600c72d5ad7a278df2ece86599aee6adf932064686cef",
+ },
+ .zigwebserver = .{
+ .url = "https://code.mfashby.net/zigwebserver/snapshot/zigwebserver-main.tar.xz",
+ .hash = "122066ea438ccbe3e006e84563746705cd46f3c7d1389c8fa8cccf2cdf681959495e",
+ }
+ }
+} \ No newline at end of file