11 lines
341 B
Zig
11 lines
341 B
Zig
.{
|
|
.name = "nats-client",
|
|
.version = "0.0.1",
|
|
.dependencies = .{
|
|
.libressl = .{
|
|
.url = "https://github.com/epicyclic-dev/LibreSSL-portable/archive/2b68369a2b883714cea05357aa378b3a3e8ef2f6.tar.gz",
|
|
.hash = "12206b907fcb1dea424d122d29a0549bdc6c83648e0433973388b2efb6813b36a8fa",
|
|
},
|
|
},
|
|
}
|