diff options
-rw-r--r-- | dune-project | 1 | ||||
-rw-r--r-- | flesh.opam | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dune-project b/dune-project index 389aa33..52aab83 100644 --- a/dune-project +++ b/dune-project @@ -24,6 +24,7 @@ ocaml dune lwt + base64 ppx_deriving (js_of_ocaml-compiler :with-test) @@ -13,6 +13,7 @@ depends: [ "ocaml" "dune" {>= "3.11"} "lwt" + "base64" "ppx_deriving" "js_of_ocaml-compiler" {with-test} "merlin" {with-test} |