atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

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

at main 22 lines 754 B view raw
1.{ 2 .name = .zat, 3 .version = "0.3.0-alpha.24", 4 .fingerprint = 0x8da9db57ee82fbe4, 5 .minimum_zig_version = "0.16.0-dev.3070+b22eb176b", 6 .dependencies = .{ 7 .websocket = .{ 8 .url = "https://github.com/zzstoatzz/websocket.zig/archive/3c6794a.tar.gz", 9 .hash = "websocket-0.1.0-ZPISdYv9AwB5YM5SQKd7B9kRGNcQ4O8f68yfYsCMfU5h", 10 }, 11 .@"atproto-interop-tests" = .{ 12 .url = "https://github.com/bluesky-social/atproto-interop-tests/archive/35bb5638ab1e5ce71fb88a0c95953fc557ef1925.tar.gz", 13 .hash = "N-V-__8AAIp5AQCe4JjGmPl8CplTkCis8PF1qvn7QX6GwDfu", 14 .lazy = true, 15 }, 16 }, 17 .paths = .{ 18 "build.zig", 19 "build.zig.zon", 20 "src", 21 }, 22}