nats.zig/build.zig.zon

21 lines
554 B
Plaintext
Raw Normal View History

.{
2024-04-06 15:35:19 -07:00
.name = "nats.zig",
.version = "0.0.1",
.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/50f4105ca019bfcde951415e8e4ece808efcece9.tar.gz",
.hash = "1220c716910adebe04305bcb55ab4d3d1abd6c4416a5ec9978f1d4f8364457f9d441",
},
},
}