aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-10-21 18:20:01 -0600
committerMishio595 <[email protected]>2018-10-21 18:20:01 -0600
commitb47f0a22c5bcba1e2570dcf95d820399e9627ec2 (patch)
tree23a850e882ac2dd9d625b052d17148a610e8d2b6 /dune
parentAdd HTTP routes (diff)
downloaddisml-b47f0a22c5bcba1e2570dcf95d820399e9627ec2.tar.xz
disml-b47f0a22c5bcba1e2570dcf95d820399e9627ec2.zip
Basic sharding
Diffstat (limited to 'dune')
-rw-r--r--dune5
1 files changed, 3 insertions, 2 deletions
diff --git a/dune b/dune
index 89f1f94..e1e6f80 100644
--- a/dune
+++ b/dune
@@ -1,9 +1,10 @@
(library
(name animus)
- (modules endpoints gateway http)
- (libraries lwt lwt.unix cohttp cohttp.lwt yojson websocket)
+ (modules endpoints client shardManager http)
+ (libraries lwt lwt.unix cohttp cohttp.lwt yojson websocket websocket.lwt)
)
+; Test executable
(executable
(name bot)
(modules bot)