diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-09 22:52:30 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-09 22:52:30 +0200 |
commit | b40ec1a8d10323914d26499e237993ff8022a673 (patch) | |
tree | 6981670688ab967630c8e2ee422b9710d43637e9 /lib/dune | |
parent | b1a727496905a8e07dc725d4bb0c104f3c77f93e (diff) |
feat!: new module Auth
Diffstat (limited to 'lib/dune')
-rw-r--r-- | lib/dune | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ (public_name flesh) (libraries lwt - portal)) + portal) + (preprocess (pps ppx_deriving.show))) |