From 4cc3ac3f11b328e00426ec7f1f17db09d90f4912 Mon Sep 17 00:00:00 2001 From: Gabriel Moise Date: Fri, 4 Oct 2024 11:31:12 +0100 Subject: [PATCH] Add cstruct to dependencies in dune --- cohttp-mirage/src/dune | 2 +- examples/async/dune | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cohttp-mirage/src/dune b/cohttp-mirage/src/dune index cc00817565..03cabcd36a 100644 --- a/cohttp-mirage/src/dune +++ b/cohttp-mirage/src/dune @@ -5,4 +5,4 @@ (preprocess (pps ppx_sexp_conv)) (libraries conduit-mirage cohttp-lwt mirage-channel mirage-kv mirage-flow - magic-mime astring)) + magic-mime astring cstruct)) diff --git a/examples/async/dune b/examples/async/dune index 109a31026d..2468a0da93 100644 --- a/examples/async/dune +++ b/examples/async/dune @@ -1,7 +1,7 @@ (executables (names hello_world receive_post s3_cp) (libraries mirage-crypto cohttp-async base async_kernel - core_unix.command_unix)) + core_unix.command_unix cstruct mirage-crypto-hash)) (alias (name runtest)