build: link LibreSSL for SSL support

I don't have a single clue in heck if this actually works, but it at
least does compile. At some point I will probably add a test or two to
find out how broken this is.
This commit is contained in:
2023-08-31 23:50:18 -07:00
parent 741af6f976
commit 29966dc838
2 changed files with 17 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
.{
.name = "nats-client",
.version = "0.0.1",
.dependencies = .{},
.dependencies = .{
.libressl = .{
.url = "https://github.com/epicyclic-dev/LibreSSL-portable/archive/cedfc5580d2e665d66d8f357469e472bc12a099b.tar.gz",
.hash = "12204315709cc148a4c51661aa76db76bbe5192fbc762336f405c9069e95c5abf1ec",
},
},
}