diff options
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ (library (name animus) - (libraries lwt lwt.unix cohttp cohttp.lwt yojson) + (modules endpoints gateway http) + (libraries lwt lwt.unix cohttp cohttp.lwt yojson websocket) +) + +(executable + (name bot) + (modules bot) + (libraries lwt lwt.unix animus) ) (include_subdirs unqualified)
\ No newline at end of file |