atproto utils for zig
0

Configure Feed

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

zat / build.zig.zon
782 B 22 lines
1.{ 2 .name = .zat, 3 .version = "0.3.20", 4 .fingerprint = 0x8da9db57ee82fbe4, 5 .minimum_zig_version = "0.17.0-dev.1464+6aff551f1", 6 .dependencies = .{ 7 .@"atproto-interop-tests" = .{ 8 .url = "https://github.com/bluesky-social/atproto-interop-tests/archive/35bb5638ab1e5ce71fb88a0c95953fc557ef1925.tar.gz", 9 .hash = "N-V-__8AAIp5AQCe4JjGmPl8CplTkCis8PF1qvn7QX6GwDfu", 10 .lazy = true, 11 }, 12 .websocket = .{ 13 .url = "https://tangled.org/calabro.io/websocket.zig/archive/29a3322d4ecc02d3c8549813f7e033f26aedd941.tar.gz", 14 .hash = "websocket-0.1.10-ZPISdUk_BQBTd-860nYy1AB81jH11j_tkzco941-CCP1", 15 }, 16 }, 17 .paths = .{ 18 "build.zig", 19 "build.zig.zon", 20 "src", 21 }, 22}