Initial commit

This commit is contained in:
Igor Támara 2024-11-09 00:48:42 -05:00
commit 17db0285a0
15 changed files with 788 additions and 0 deletions

11
build.zig.zon Normal file
View file

@ -0,0 +1,11 @@
.{
.name = "Zine Website",
.version = "0.0.0",
.dependencies = .{
.zine = .{
.url = "git+https://github.com/kristoff-it/zine?ref=v0.8.0#ec0f549654a4f7183d4520227b6748bba7ade98e",
.hash = "122049c99f3faaaff159cdccb3792d1518b10534e8225e26e5b24a369d325b0ebdc5",
},
},
.paths = .{"."},
}