aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
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)