mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

build.zig.zon (315B)


      1 .{
      2     .name = "mfashby.net",
      3     .version = "0.0.0",
      4     .dependencies = .{
      5         .zine = .{
      6             .url = "https://github.com/kristoff-it/zine/archive/refs/tags/v0.8.0.zip",
      7             .hash = "122049c99f3faaaff159cdccb3792d1518b10534e8225e26e5b24a369d325b0ebdc5",
      8         },
      9     },
     10     .paths = .{"."},
     11 }