From b47f0a22c5bcba1e2570dcf95d820399e9627ec2 Mon Sep 17 00:00:00 2001 From: Mishio595 Date: Sun, 21 Oct 2018 18:20:01 -0600 Subject: Basic sharding --- dune | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dune') 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) -- cgit v1.2.3