diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-24 16:53:40 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-24 23:16:42 +0200 |
commit | 8e2074461e01ddd4c9c8c46fdb6a7866dbb2a13a (patch) | |
tree | d53106b93a055cba260120f0b5f9ab8ddb93c473 /lib/dune | |
parent | ce05db432e444f99d4c8448f2a85721faf489c67 (diff) |
fix(dune): add markup-lwt dependency
Diffstat (limited to 'lib/dune')
-rw-r--r-- | lib/dune | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,5 +4,6 @@ lwt base64 portal - markup) + markup + markup-lwt) (preprocess (pps ppx_deriving.show))) |