From bca50a095354146738cc04a9cb86c9526d1397ad Mon Sep 17 00:00:00 2001 From: silva guimaraes Date: Fri, 27 Jun 2025 23:50:53 -0300 Subject: [PATCH] deps --- dune-project | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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