Zig Jetstream Client
1.{
2 .name = .zigstream,
3 .version = "0.0.1",
4 .fingerprint = 0x431a8ba1acb42d76, // Changing this has security and trust implications.
5 .minimum_zig_version = "0.17.0-dev.1464+6aff551f1",
6 .dependencies = .{
7 .zat = .{
8 .url = "https://tangled.org/calabro.io/zat/archive/83e153d238256a926d868fb776817d2468eccf2e.tar.gz",
9 .hash = "zat-0.3.20-5PuC7nRuCwAkiPLayS0ooByG7KTc_yaQFZuOaCHvljmB",
10 },
11 },
12 .paths = .{
13 "build.zig",
14 "build.zig.zon",
15 "src",
16 "LICENSE-DUAL",
17 "LICENSE-MIT",
18 "LICENSE-APACHE",
19 "README.md",
20 },
21}