This repository has no description
0

Configure Feed

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

weir / build.zig.zon
1.2 kB 29 lines
1.{ 2 .name = .weir, 3 .version = "0.0.1", 4 .fingerprint = 0x93848e0c8724d628, // Changing this has security and trust implications. 5 .minimum_zig_version = "0.16.0", 6 .dependencies = .{ 7 .zat = .{ 8 .url = "git+https://tangled.org/zat.dev/zat?ref=mst-block-cache#fa178ee5136859a89c4643d1fbe74c9ff41a430e", 9 .hash = "zat-0.3.6-5PuC7p11CQBmYWRtyxRUgXOcetSSHLDRnD5GjZStgeYn", 10 }, 11 .httpz = .{ 12 .url = "git+https://tangled.org/zzstoatzz.io/http.zig?ref=zat-websocket-pin#7f415c75f7d7ba1adf608b0b074d553221ab6748", 13 .hash = "httpz-0.0.0-PNVzrLzSCACt2P5jixSdJ5Gro35zic4hb40S1B3CsoNm", 14 }, 15 .burner_redis = .{ 16 .url = "https://tangled.org/zzstoatzz.io/burner-redis/archive/fdb749a.tar.gz", 17 .hash = "burner_redis_zig-0.0.4-JKoFUPaOBAA_0SSPM9pTk6WGVv1rnRLpSJG938zpOsq_", 18 }, 19 .redis = .{ 20 .url = "https://tangled.org/zzstoatzz.io/redis/archive/507f69f682ce3d1718652a6d48706d9eec485a98.tar.gz", 21 .hash = "redis-0.1.0-NGPovupWAgDCCiDd5w6S9N7Jzyb06XVa91hHD-CSGpAN", 22 }, 23 }, 24 .paths = .{ 25 "build.zig", 26 "build.zig.zon", 27 "src", 28 }, 29}