aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-03-04 15:55:07 +0000
committerMartin Ashby <martin@ashbysoft.com>2024-03-04 15:55:07 +0000
commit5ed483825a50cadb1d3d2dd55f9e4ebc52716660 (patch)
treebdd78e0854f83dd021e2c954ee09c9cc9d3fec48 /build.zig.zon
parentbf0e3b2eae00e7cd86723299e28ccdaeed35b8ed (diff)
downloadmfashby.net-5ed483825a50cadb1d3d2dd55f9e4ebc52716660.tar.gz
mfashby.net-5ed483825a50cadb1d3d2dd55f9e4ebc52716660.tar.bz2
mfashby.net-5ed483825a50cadb1d3d2dd55f9e4ebc52716660.tar.xz
mfashby.net-5ed483825a50cadb1d3d2dd55f9e4ebc52716660.zip
Move web server to it's own subdir
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon9
1 files changed, 0 insertions, 9 deletions
diff --git a/build.zig.zon b/build.zig.zon
deleted file mode 100644
index d68b536..0000000
--- a/build.zig.zon
+++ /dev/null
@@ -1,9 +0,0 @@
-.{
- .name = "server",
- .version = "0.0.0",
- .dependencies = .{
- },
- .paths = .{
- "",
- },
-}