aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-02-17 21:10:59 +0000
committerMartin Ashby <martin@ashbysoft.com>2024-02-17 21:10:59 +0000
commit3395a562c419c60d046cdc295a88b759d4bc87fd (patch)
tree7c544717d4a336be11fa38da7e2c83879b6dd09c /build.zig.zon
parentfe102460acc09df065f7e1141a04c55306f8975e (diff)
downloadmfashby.net-3395a562c419c60d046cdc295a88b759d4bc87fd.tar.gz
mfashby.net-3395a562c419c60d046cdc295a88b759d4bc87fd.tar.bz2
mfashby.net-3395a562c419c60d046cdc295a88b759d4bc87fd.tar.xz
mfashby.net-3395a562c419c60d046cdc295a88b759d4bc87fd.zip
Initial work on zig web server
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon9
1 files changed, 9 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon
new file mode 100644
index 0000000..d68b536
--- /dev/null
+++ b/build.zig.zon
@@ -0,0 +1,9 @@
+.{
+ .name = "server",
+ .version = "0.0.0",
+ .dependencies = .{
+ },
+ .paths = .{
+ "",
+ },
+}