atproto relay implementation in zig zlay.waow.tech
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.15.0", 6 .dependencies = .{ 7 .zat = .{ 8 .url = "https://tangled.org/zat.dev/zat/archive/v0.2.14.tar.gz", 9 .hash = "zat-0.2.14-5PuC7vjDBAD1tMny2iQWXhRlvAdoihzrW5sA-Z3xl9pi", 10 }, 11 .websocket = .{ 12 .url = "https://github.com/zzstoatzz/websocket.zig/archive/9e6d732b207bdb0cb5fe5efb37a8173ac9638051.tar.gz", 13 .hash = "websocket-0.1.0-ZPISdeJ2AwC8rczCVo9NwFzIzW7EdvoXlNkNR_P-bdaf", 14 }, 15 .pg = .{ 16 .url = "git+https://github.com/karlseguin/pg.zig?ref=master#e58b318b7867ef065b3135983f829219c5eef891", 17 .hash = "pg-0.0.0-Wp_7gXFoBgD0fQ72WICKa-bxLga03AXXQ3BbIsjjohQ3", 18 }, 19 .rocksdb = .{ 20 .url = "https://github.com/Syndica/rocksdb-zig/archive/baceb67dc9c66e8ba40a83da3de3fd959b889e57.tar.gz", 21 .hash = "rocksdb-9.7.4-z_CUTg_HAABgQurZzAhpJL5Erij8ZnppTmy3g1LIM8br", 22 }, 23 }, 24 .paths = .{ 25 "build.zig", 26 "build.zig.zon", 27 "src", 28 }, 29}