Add tls-eio dep

This commit is contained in:
Shon Feder 2025-07-10 22:51:44 -04:00
parent a0bee6bfcc
commit ea66f65187
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -142,6 +142,7 @@
(cohttp-eio
(>= 6.1.0))
eio_main
tls-eio
(alcotest :with-test)
(containers :with-test))
(synopsis "Collector client for opentelemetry, using cohttp + eio"))

View file

@ -22,6 +22,7 @@ depends: [
"odoc" {with-doc}
"cohttp-eio" {>= "6.1.0"}
"eio_main"
"tls-eio"
"alcotest" {with-test}
"containers" {with-test}
]