aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-04-08 20:28:03 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:01:12 +0100
commit298ddbaaf440e7bfa3cec27956c482ea44bea173 (patch)
tree7fc0a44b5ff6961883acdfc71f45cfe1cbe0a355
parentd912828b3300625c0f628b0a790354a6f83051e4 (diff)
Added missing deps
-rwxr-xr-xdune-project3
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)