aboutsummaryrefslogtreecommitdiff
path: root/comments/build.zig.zon
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-08-28 20:22:21 +0100
committerMartin Ashby <martin@ashbysoft.com>2023-08-28 20:22:21 +0100
commit9075971696cae25228779e9deb9dba113b3d1b43 (patch)
tree57fc964986570483f624269f31ac6476e8c9749b /comments/build.zig.zon
parent570d9a2503cfd06303c96f40253f80d8cee84766 (diff)
downloadmfashby.net-9075971696cae25228779e9deb9dba113b3d1b43.tar.gz
mfashby.net-9075971696cae25228779e9deb9dba113b3d1b43.tar.bz2
mfashby.net-9075971696cae25228779e9deb9dba113b3d1b43.tar.xz
mfashby.net-9075971696cae25228779e9deb9dba113b3d1b43.zip
Switch to zig package manager instead of using submodules
Add smtp library Send a notification on comment.
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