This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

pensieve / build.zig.zon
446 B 18 lines
1.{ 2 .name = .pensieve, 3 .version = "0.0.1", 4 .fingerprint = 0xd0ff236ba064c0dd, 5 .minimum_zig_version = "0.16.0", 6 .dependencies = .{ 7 .zat = .{ 8 .url = "https://tangled.org/zat.dev/zat/archive/v0.3.8.tar.gz", 9 .hash = "zat-0.3.8-5PuC7glgCgCVn18R0k6AuXiNok-jjqDRGgaBFj5JsI_N", 10 }, 11 }, 12 .paths = .{ 13 "build.zig", 14 "build.zig.zon", 15 "src", 16 "README.md", 17 }, 18}