diff options
| author | Mishio595 <[email protected]> | 2018-11-17 19:49:45 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-17 19:49:45 -0700 |
| commit | d92fe94da312c0a69dbe9bd7c2e525c594f20e40 (patch) | |
| tree | ccd4a634996d97e4ba89f92cd904fbb0632f2fa4 /dune | |
| parent | stupid dune-project file... (diff) | |
| download | disml-d92fe94da312c0a69dbe9bd7c2e525c594f20e40.tar.xz disml-d92fe94da312c0a69dbe9bd7c2e525c594f20e40.zip | |
Rewrite from Lwt to Async
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |