aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-08-15 10:03:22 +0200
committerClombrong <cromblong@egregore.fun>2025-08-15 14:01:30 +0200
commite69f8b2fbd1a080b1dab4e3c3d9e508fbdaed923 (patch)
treef77c8beb9775c2ca155b4a954b2cd3365c2f5ccc
parent9524fc088a4134232669107ed10630cc53f99497 (diff)
feat(dune): new dependency nanoid
-rw-r--r--dune-project1
-rw-r--r--flesh.opam1
2 files changed, 2 insertions, 0 deletions
diff --git a/dune-project b/dune-project
index 11cbe92..d59a54a 100644
--- a/dune-project
+++ b/dune-project
@@ -31,6 +31,7 @@
base64
ppx_deriving
domain-name
+ nanoid
ppx_expect
(js_of_ocaml-compiler
:with-test)
diff --git a/flesh.opam b/flesh.opam
index 47e0a48..574a187 100644
--- a/flesh.opam
+++ b/flesh.opam
@@ -20,6 +20,7 @@ depends: [
"base64"
"ppx_deriving"
"domain-name"
+ "nanoid"
"ppx_expect"
"js_of_ocaml-compiler" {with-test}
"merlin" {with-test}