From b4474b04dc77067fcd2c60d09fe0f9e9d164038b Mon Sep 17 00:00:00 2001 From: Mishio595 Date: Wed, 31 Oct 2018 07:39:19 -0600 Subject: idek --- dune | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dune') diff --git a/dune b/dune index 155c5d3..b2b5412 100644 --- a/dune +++ b/dune @@ -1,14 +1,14 @@ (library (name animus) (modules endpoints client shard opcode shardManager http) - (libraries lwt lwt.unix cohttp cohttp.lwt yojson websocket websocket.lwt) + (libraries core async cohttp cohttp.async yojson websocket websocket.async) ) ; Test executable (executable (name bot) (modules bot) - (libraries lwt lwt.unix animus) + (libraries core async animus) ) (include_subdirs unqualified) \ No newline at end of file -- cgit v1.2.3