aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-02-01 14:17:55 +0000
committerMartin Ashby <martin@ashbysoft.com>2024-02-01 14:17:55 +0000
commitc99cb339e87b28d937899f9561f106968772ee0c (patch)
tree4b05c8de6bcb4288fa45bc0d820f17ce335acadc /build.zig.zon
parent4654a36fa71154bb38404ea7191efc5963db9d0f (diff)
downloadsmtp-zig-c99cb339e87b28d937899f9561f106968772ee0c.tar.gz
smtp-zig-c99cb339e87b28d937899f9561f106968772ee0c.tar.bz2
smtp-zig-c99cb339e87b28d937899f9561f106968772ee0c.tar.xz
smtp-zig-c99cb339e87b28d937899f9561f106968772ee0c.zip
Update for zig master
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon
index 97e2bee..959a0e2 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -1,4 +1,5 @@
.{
.name = "smtp",
.version = "0.0.0",
+ .paths = .{""},
} \ No newline at end of file