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.

fix version, improved just test

jcalabro b9c0db12 01dc9a85

+2 -2
+1 -1
build.zig.zon
··· 2 2 .name = .zat, 3 3 .version = "0.3.0-alpha.15", 4 4 .fingerprint = 0x8da9db57ee82fbe4, 5 - .minimum_zig_version = "0.16.0", 5 + .minimum_zig_version = "0.16.0-dev.3070+b22eb176b", 6 6 .dependencies = .{ 7 7 .websocket = .{ 8 8 .url = "https://github.com/zzstoatzz/websocket.zig/archive/ac3df25.tar.gz",
+1 -1
justfile
··· 14 14 15 15 # run tests 16 16 test: 17 - zig build test 17 + zig build test --summary all -freference-trace