Skip to content

Commit

Permalink
Add cstruct to dependencies in dune
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmoise17 committed Oct 4, 2024
1 parent ccdd11b commit 4cc3ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cohttp-mirage/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion examples/async/dune
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 4cc3ac3

Please sign in to comment.