diff --git a/dune-project b/dune-project index b063edf..d7f962a 100644 --- a/dune-project +++ b/dune-project @@ -16,14 +16,16 @@ (documentation https://url/to/documentation) (package - (name api) - (synopsis "A short synopsis") - (description "A longer description") - (depends - ocaml - ppx_deriving_yojson - ppx_yojson_conv) - (tags - ("add topics" "to describe" your project))) + (name api) + (synopsis "A short synopsis") + (description "A longer description") + (depends + ocaml + ppx_deriving_yojson + cohttp-curl-lwt + ppx_expect + ppx_yojson_conv) + (tags + ("add topics" "to describe" your project))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html