diff options
author | Clombrong <cromblong@egregore.fun> | 2025-08-04 11:12:20 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-08-04 11:12:20 +0200 |
commit | 57537189e614d493f90b9d95b717e1d4bc3444b7 (patch) | |
tree | d0a2231cc2c4ef23f713c8e0a9e568e7f8ed3285 | |
parent | 181f89ac70e91a7277b1616b2c4054b595b59b94 (diff) |
fix(dune): add markup{,-lwt} to dependencies
-rw-r--r-- | dune-project | 2 | ||||
-rw-r--r-- | flesh.opam | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dune-project b/dune-project index 128429f..b0876c6 100644 --- a/dune-project +++ b/dune-project @@ -23,6 +23,8 @@ (depends ocaml dune + markup + markup-lwt lwt lwt_ppx base64 @@ -12,6 +12,8 @@ bug-reports: "https://forge.fsky.io/clombrong/flesh/issues" depends: [ "ocaml" "dune" {>= "3.11"} + "markup" + "markup-lwt" "lwt" "lwt_ppx" "base64" |