diff options
-rwxr-xr-x | dune-project | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dune-project b/dune-project index efb7f91..c2c5fad 100755 --- a/dune-project +++ b/dune-project @@ -29,6 +29,7 @@ (depends (ocaml (>= 4.10.0)) (brr (>= 0.0.1)) + (css-parser (>= 0.2.4)) ) ) @@ -40,6 +41,4 @@ (js_of_ocaml-lwt (>= 3.8.0)) ) ) - - (using menhir 2.1) |