This fixes building with current zig 0.14-dev due to updating the transitive libsodium dependency.
17 lines
438 B
Zig
17 lines
438 B
Zig
.{
|
|
.name = "nats_client",
|
|
.version = "0.1.0",
|
|
.paths = .{
|
|
"src",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"LICENSE",
|
|
},
|
|
.dependencies = .{
|
|
.nats_c = .{
|
|
.url = "git+https://github.com/allyourcodebase/nats.c.git?ref=3.8.2+1#b0e28ff9cb067b1b420aa89c576b0a2e7ace8c65",
|
|
.hash = "1220caaef4a434269c574772a5020c1b56b1441822a235ea5c0a131e4a20fd347c3c",
|
|
},
|
|
},
|
|
}
|