From d92fe94da312c0a69dbe9bd7c2e525c594f20e40 Mon Sep 17 00:00:00 2001 From: Mishio595 Date: Sat, 17 Nov 2018 19:49:45 -0700 Subject: Rewrite from Lwt to Async --- dune | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dune') diff --git a/dune b/dune index b8d2700..2b4861d 100644 --- a/dune +++ b/dune @@ -1,14 +1,14 @@ (library (name disml) (modules endpoints http client sharder opcode) - (libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix zlib) + (libraries core async_ssl cohttp-async yojson websocket-async zlib) ) ; Test executable (executable (name bot) (modules bot) - (libraries lwt disml) + (libraries core async disml) ) (include_subdirs unqualified) \ No newline at end of file -- cgit v1.2.3