diff options
Diffstat (limited to '')
-rw-r--r-- | dune-project | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dune-project b/dune-project index 6b155aa..41e4a37 100644 --- a/dune-project +++ b/dune-project @@ -18,7 +18,15 @@ (name fixgen) (synopsis "Generate fixtures for testing") (description "Generate fixtures for testing") - (depends ocaml dune ppx_inline_test ppx_deriving uuidm alcotest cmdliner + (depends + ocaml + dune + ppx_inline_test + ppx_deriving + uuidm + alcotest + cmdliner + ISO8601 ) ) |