atproto relay implementation in zig zlay.waow.tech
9
fork

Configure Feed

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

at main 29 lines 1.1 kB view raw
1.{ 2 .name = .zlay, 3 .version = "0.0.1", 4 .fingerprint = 0x31343ede133f3e58, 5 .minimum_zig_version = "0.16.0", 6 .dependencies = .{ 7 .zat = .{ 8 .url = "https://tangled.org/zat.dev/zat/archive/v0.3.0-alpha.21.tar.gz", 9 .hash = "zat-0.3.0-alpha.21-5PuC7p9OCACUy2OKM0eM36VaDcxQgAwXKUpHbgiAyyLp", 10 }, 11 .websocket = .{ 12 .url = "https://github.com/zzstoatzz/websocket.zig/archive/9ac64da.tar.gz", 13 .hash = "websocket-0.1.0-ZPISdebwAwAGqC8MRLe7MFedo_K_Yy2mjYVAch4Ya4hZ", 14 }, 15 .pg = .{ 16 .url = "git+https://github.com/zzstoatzz/pg.zig?ref=dev#5ce2355b1d851075523709c7d3068dcdb0224322", 17 .hash = "pg-0.0.0-Wp_7geqBBgCL9JCOinXO9PKSlJ3kaWSsc6QCTR3t4C4Z", 18 }, 19 .rocksdb = .{ 20 .url = "https://github.com/zzstoatzz/rocksdb-zig/archive/cdef67bb2141df4eb4906d367d60285d1527ab3f.tar.gz", 21 .hash = "rocksdb-9.7.4-z_CUTsLJAAArLT8DEcD1Li7XthpIinhXrcitqQLFIKLK", 22 }, 23 }, 24 .paths = .{ 25 "build.zig", 26 "build.zig.zon", 27 "src", 28 }, 29}