mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
Add tls-eio dep
This commit is contained in:
parent
a0bee6bfcc
commit
ea66f65187
2 changed files with 2 additions and 0 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ depends: [
|
|||
"odoc" {with-doc}
|
||||
"cohttp-eio" {>= "6.1.0"}
|
||||
"eio_main"
|
||||
"tls-eio"
|
||||
"alcotest" {with-test}
|
||||
"containers" {with-test}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue