diff options
author | polwex <polwex@sortug.com> | 2025-06-27 03:28:54 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-27 03:28:54 +0700 |
commit | ba350f124bab36766af6c71ba5e3dc17f33fb5ab (patch) | |
tree | 2b242e86cd8c30db058d110c5a4b7864f45f5be3 /bin/dune |
init
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..6f90a60 --- /dev/null +++ b/bin/dune @@ -0,0 +1,15 @@ +(executable + (public_name bs5) + (name server) + (modules server) + (libraries + ; local + lib + ; + piaf + routes + eio_main + logs.fmt + fmt.tty + logs.threaded + caqti-driver-sqlite3)) |