polls on atproto
pollz.waow.tech
atproto
zig
1.{
2 .name = .pollz_backend,
3 .version = "0.0.1",
4 .fingerprint = 0x855197507943a911,
5 .minimum_zig_version = "0.15.0",
6 .dependencies = .{
7 .websocket = .{
8 .url = "https://github.com/karlseguin/websocket.zig/archive/refs/heads/master.tar.gz",
9 .hash = "websocket-0.1.0-ZPISdRNzAwAGszh62EpRtoQxu8wb1MSMVI6Ow0o2dmyJ",
10 },
11 .zqlite = .{
12 .url = "git+https://github.com/karlseguin/zqlite.zig?ref=master#e041f81c6b11b7381b6358030d57ca95dcd54d30",
13 .hash = "zqlite-0.0.0-RWLaYzS6mAAAzVSs8HPbmwl4DqH5kXG0Ob87asf1YNGL",
14 },
15 },
16 .paths = .{
17 "build.zig",
18 "build.zig.zon",
19 "src",
20 },
21}