aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-10-14 15:37:12 -0600
committerMishio595 <[email protected]>2018-10-14 15:37:12 -0600
commit321ff074e425254a5fc75f75218b9f774ca7739a (patch)
tree7ea706d929c82095936bd1730f6645c385a280fd /dune
parentInitial commit (diff)
downloaddisml-321ff074e425254a5fc75f75218b9f774ca7739a.tar.xz
disml-321ff074e425254a5fc75f75218b9f774ca7739a.zip
Add HTTP routes
Diffstat (limited to 'dune')
-rw-r--r--dune9
1 files changed, 8 insertions, 1 deletions
diff --git a/dune b/dune
index 62061f5..89f1f94 100644
--- a/dune
+++ b/dune
@@ -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