diff options
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ (library (name animus) - (modules endpoints client shard opcode shardManager http) - (libraries core async cohttp cohttp.async yojson websocket websocket.async) + (modules endpoints http client shard opcode shardManager) + (libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix) ) ; Test executable (executable (name bot) (modules bot) - (libraries core async animus) + (libraries lwt animus) ) (include_subdirs unqualified)
\ No newline at end of file |