aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/dune b/dune
index ee32d07..24f7556 100644
--- a/dune
+++ b/dune
@@ -1,6 +1,6 @@
(library
(name animus)
- (modules endpoints http client shard opcode shardManager)
+ (modules endpoints http client sharder opcode)
(libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix)
)