atproto utils for zig zat.dev
atproto sdk zig
at main 22 lines 760 B view raw
1.{ 2 .name = .zat, 3 .version = "0.2.16", 4 .fingerprint = 0x8da9db57ee82fbe4, 5 .minimum_zig_version = "0.15.0", 6 .dependencies = .{ 7 .websocket = .{ 8 .url = "https://github.com/zzstoatzz/websocket.zig/archive/395d0f4f323a5d5eda64b3b76498b64554469ed5.tar.gz", 9 .hash = "websocket-0.1.0-ZPISdVJ8AwD7U03ARGgHclzlYSd9GeU91_WDXjRyjYdh", 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}