nats.zig/build.zig.zon
torque 74bbe30d0a
all: update for zig-0.13
This is mainly updates to the build system, but there were a couple of
stdlib changes for the tests. The build system does include handling
more properly now as well, I think. It has fewer hacks, at least.
2024-06-18 20:44:26 -07:00

21 lines
557 B
Zig

.{
.name = "nats_client",
.version = "0.1.0",
.paths = .{
"src",
"deps/nats.c/src",
"deps/nats.c/LICENSE",
"deps/protobuf-c",
"build.zig",
"nats-c.build.zig",
"build.zig.zon",
"LICENSE",
},
.dependencies = .{
.libressl = .{
.url = "https://github.com/epicyclic-dev/LibreSSL-portable/archive/62af702f8d57a4cd651e1cc30784abf39a3a4e66.tar.gz",
.hash = "122045ccefa4e7b4537e106d3045150f77d2aad4fce730d59678a9a8a151608a1d17",
},
},
}