diff --git a/dune-project b/dune-project index ab4798a14..724804bed 100644 --- a/dune-project +++ b/dune-project @@ -87,5 +87,6 @@ (lwt :with-dev-setup) (cohttp :with-dev-setup) (cohttp-lwt-unix :with-dev-setup) + (lwt_ssl :with-dev-setup) ) (sites (share c_files) (share rust_files))) diff --git a/owi.opam b/owi.opam index f81dc7e7d..390bd8d4f 100644 --- a/owi.opam +++ b/owi.opam @@ -52,6 +52,7 @@ depends: [ "lwt" {with-dev-setup} "cohttp" {with-dev-setup} "cohttp-lwt-unix" {with-dev-setup} + "lwt_ssl" {with-dev-setup} ] build: [ ["dune" "subst"] {dev}